NERtcAudioMixingOptions constructor
NERtcAudioMixingOptions({})
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});