StartAudioMixingRequest constructor

StartAudioMixingRequest({
  1. String? path,
  2. int? loopCount,
  3. bool? sendEnabled,
  4. int? sendVolume,
  5. bool? playbackEnabled,
  6. int? playbackVolume,
  7. int? startTimeStamp,
  8. int? sendWithAudioType,
  9. int? progressInterval,
})

Implementation

StartAudioMixingRequest({
  this.path,
  this.loopCount,
  this.sendEnabled,
  this.sendVolume,
  this.playbackEnabled,
  this.playbackVolume,
  this.startTimeStamp,
  this.sendWithAudioType,
  this.progressInterval,
});