NERtcAudioFrameFormat constructor
NERtcAudioFrameFormat({})
Implementation
NERtcAudioFrameFormat({
required this.type,
required this.channels,
required this.sampleRate,
required this.bytesPerSample,
required this.samplesPerChannel,
});