NERtcAudioMixingOptions constructor

NERtcAudioMixingOptions({
  1. required String path,
  2. int loopCount = 1,
  3. bool sendEnabled = true,
  4. int sendVolume = 100,
  5. bool playbackEnabled = true,
  6. int playbackVolume = 100,
  7. int progressInterval = 1000,
  8. int sendWithAudioType = 0,
  9. int startTimeStamp = 0,
})

Implementation

NERtcAudioMixingOptions(
    {required this.path,
    this.loopCount = 1,
    this.sendEnabled = true,
    this.sendVolume = 100,
    this.playbackEnabled = true,
    this.playbackVolume = 100,
    this.progressInterval = 1000,
    this.sendWithAudioType = 0,
    this.startTimeStamp = 0});