newChannelMergerOptions abstract method

ChannelMergerOptions newChannelMergerOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
  4. int numberOfInputs,
})

Implementation

ChannelMergerOptions newChannelMergerOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
  int numberOfInputs,
});