NERtcAudioEffectOptions constructor

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

Implementation

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