ChannelSplitterOptions constructor

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

Implementation

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