NERtcAudioMixingOptions constructor
NERtcAudioMixingOptions(- {required String path,
- int loopCount = 1,
- bool sendEnabled = true,
- int sendVolume = 100,
- bool playbackEnabled = true,
- int playbackVolume = 100,
- int progressInterval = 1000,
- int sendWithAudioType = 0,
- 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});