NERtcAudioFrame constructor
NERtcAudioFrame({
- NERtcAudioFrameFormat? format,
- Uint8List? data,
Implementation
NERtcAudioFrame({
this.format,
this.data,
});
NERtcAudioFrame({
this.format,
this.data,
});