GainOptions constructor

GainOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
  4. num gain,
})

Implementation

external factory GainOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
  num gain,
});