audioBitsPerSample property
This parameter only takes effect for audio streams, and indicates the bit number of each audio sample.
Implementation
@JsonKey(name: 'audioBitsPerSample')
final int? audioBitsPerSample;
This parameter only takes effect for audio streams, and indicates the bit number of each audio sample.
@JsonKey(name: 'audioBitsPerSample')
final int? audioBitsPerSample;