buffer property

  1. @JsonKey(name: 'buffer', ignore: true)
Uint8List? buffer
final

The data buffer of the audio frame. When the audio frame uses a stereo channel, the data buffer is interleaved. The size of the data buffer is as follows: buffer = samples × channels × bytesPerSample.

Implementation

@JsonKey(name: 'buffer', ignore: true)
final Uint8List? buffer;