NECreateAudioEffectOption constructor

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

Implementation

NECreateAudioEffectOption({
  required this.path,
  this.loopCount = 0,
  this.sendEnabled = true,
  this.playbackEnabled = true,
  this.sendVolume = 100,
  this.playbackVolume = 100,
  this.startTimeStamp = 0,
  this.progressInterval = 0,
  this.sendWithAudioType = NERoomRtcAudioStreamType.kNERtcAudioStreamTypeMain,
});