NERtcAudioFrameRequestFormat constructor

NERtcAudioFrameRequestFormat({
  1. int? channels,
  2. int? sampleRate,
  3. int? opMode,
})

Implementation

NERtcAudioFrameRequestFormat({
  this.channels,
  this.sampleRate,
  this.opMode,
});