maxRate property

  1. @JsonKey(name: '@MaxRate', fromJson: int.parse)
int maxRate
final

Maximum supported bit rate for all tracks of a recording in kBit/s.

Implementation

@JsonKey(name: '@MaxRate', fromJson: int.parse)
final int maxRate;