NERtcAudioRecordingConfiguration constructor
NERtcAudioRecordingConfiguration({})
Implementation
NERtcAudioRecordingConfiguration(
{required this.filePath,
this.sampleRate = 32000,
this.quality = 1,
this.position = 0,
this.cycleTime = 0});