NERtcAudioExternalFrame constructor
NERtcAudioExternalFrame({})
Implementation
NERtcAudioExternalFrame(
{required this.data,
required this.sampleRate,
required this.numberOfChannels,
required this.samplesPerChannel,
required this.syncTimestamp});