AudioNodeOptions
interface AudioNodeOptions {
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
}§Properties
§
channelCountMode?: ChannelCountMode
[src]§
channelInterpretation?: ChannelInterpretation
[src]