newAudioNodeOptions abstract method
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
Implementation
AudioNodeOptions newAudioNodeOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
});