bytesPerSample property
- @JsonKey.new(name: 'bytesPerSample')
final
每个采样点的字节数。对于 PCM 来说,一般使用 16 bit,即两个字节。
Implementation
@JsonKey(name: 'bytesPerSample')
final BytesPerSample? bytesPerSample;
每个采样点的字节数。对于 PCM 来说,一般使用 16 bit,即两个字节。
@JsonKey(name: 'bytesPerSample')
final BytesPerSample? bytesPerSample;