ChannelSplitterOptions constructor

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

Implementation

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