newAudioNodeOptions abstract method

AudioNodeOptions newAudioNodeOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
})

Implementation

AudioNodeOptions newAudioNodeOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
});