Interface PanVolOptions

The possible options for this node

interface PanVolOptions {
    channelCount: number;
    context: BaseContext;
    mute: boolean;
    pan: number;
    volume: number;
}

Hierarchy (view full)

Properties

channelCount: number
context: BaseContext
mute: boolean
pan: number
volume: number