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