AudioNodeOptions constructor

AudioNodeOptions({
  1. num? channelCount,
  2. ChannelCountMode? channelCountMode,
  3. ChannelInterpretation? channelInterpretation,
})

Implementation

factory AudioNodeOptions({
  _i2.num? channelCount,
  _i3.ChannelCountMode? channelCountMode,
  _i3.ChannelInterpretation? channelInterpretation,
}) =>
    AudioNodeOptions._(
      channelCount: channelCount,
      channelCountMode: channelCountMode?.name ?? _i6.undefined,
      channelInterpretation: channelInterpretation?.name ?? _i6.undefined,
    );