AudioFrame2 constructor
AudioFrame2({})
Implementation
AudioFrame2({
this.samples = const [],
this.epoch = 0,
this.sequence = 0,
this.frameSizeInInterleavedSamples = 0,
this.timeStampInInterleavedSamples = 0,
this.isFirst = false,
this.isLast = false,
this.averageVolume = 0.0,
this.audioEventEstimatedDuration = 0.0,
});