newChannelSplitterOptions abstract method

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

Implementation

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