NERtcAudioFrame constructor

NERtcAudioFrame({
  1. NERtcAudioFrameFormat? format,
  2. Uint8List? data,
})

Implementation

NERtcAudioFrame({
  this.format,
  this.data,
});