bytesPerSample property

  1. @JsonKey(name: 'bytesPerSample')
BytesPerSample? bytesPerSample
final

The number of bytes per sample. For PCM, this parameter is generally set to 16 bits (2 bytes).

Implementation

@JsonKey(name: 'bytesPerSample')
final BytesPerSample? bytesPerSample;