maxRate property
Maximum supported bit rate for all tracks of a recording in kBit/s.
Implementation
@JsonKey(name: '@MaxRate', fromJson: int.parse)
final int maxRate;
Maximum supported bit rate for all tracks of a recording in kBit/s.
@JsonKey(name: '@MaxRate', fromJson: int.parse)
final int maxRate;