AudioNodeOptions constructor
AudioNodeOptions({
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
Implementation
external factory AudioNodeOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
});