AudioFrame constructor
AudioFrame({})
Implementation
AudioFrame({
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,
});