ChannelMergerOptions constructor
ChannelMergerOptions({
- num? numberOfInputs,
- num? channelCount,
- ChannelCountMode? channelCountMode,
- 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,
);