Interface ChannelOptions

The possible options for this node

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

Hierarchy (view full)

Properties

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