Interface StereoPannerOptions
interface StereoPannerOptions {
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
pan?: number;
}
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
pan?: number;
}
Hierarchy
- AudioNodeOptions
- StereoPannerOptions (view full)