Interface ConstantSourceOptions

    interface ConstantSourceOptions {
        offset?: number;
    }

    Properties

    Properties

    offset?: number