NERtcAudioMixingOptions constructor

const NERtcAudioMixingOptions(
  1. {String path,
  2. int loopCount: 1,
  3. bool sendEnabled: true,
  4. int sendVolume: 100,
  5. bool playbackEnabled: true,
  6. int playbackVolume: 100}
)

Implementation

const NERtcAudioMixingOptions(
    {this.path,
    this.loopCount = 1,
    this.sendEnabled = true,
    this.sendVolume = 100,
    this.playbackEnabled = true,
    this.playbackVolume = 100});