PlayEffectRequest constructor

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

Implementation

PlayEffectRequest({
  this.effectId,
  this.path,
  this.loopCount,
  this.sendEnabled,
  this.sendVolume,
  this.playbackEnabled,
  this.playbackVolume,
  this.startTimestamp,
  this.sendWithAudioType,
  this.progressInterval,
});