Documentation
    Preparing search index...

    Interface ParamOptions<TypeName>

    A unit which process audio

    interface ParamOptions<TypeName extends UnitName> {
        context: BaseContext;
        convert: boolean;
        maxValue?: number;
        minValue?: number;
        param: AudioParam | Param<TypeName>;
        swappable?: boolean;
        units: TypeName;
        value?: UnitMap[TypeName];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    context: BaseContext
    convert: boolean
    maxValue?: number
    minValue?: number
    param: AudioParam | Param<TypeName>
    swappable?: boolean
    units: TypeName
    value?: UnitMap[TypeName]