ChannelSplitterOptions constructor
ChannelSplitterOptions({
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
- int numberOfOutputs,
Implementation
external factory ChannelSplitterOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
int numberOfOutputs,
});