ChannelMergerOptions constructor

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

Implementation

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