PcmData constructor

PcmData({
  1. required Uint8List pcmData,
  2. double rmsValue = 0.0,
  3. int timestamp = 0,
})

Creates a new PcmData instance.

Implementation

PcmData({required this.pcmData, this.rmsValue = 0.0, this.timestamp = 0});