NERtcAudioExternalFrame constructor

NERtcAudioExternalFrame({
  1. required Uint8List data,
  2. required int sampleRate,
  3. required int numberOfChannels,
  4. required int samplesPerChannel,
  5. required int syncTimestamp,
})

Implementation

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