receivedBitrate property

  1. @JsonKey(name: 'receivedBitrate')
int? receivedBitrate
final

The average bitrate (Kbps) of the received audio stream in the reported interval.

Implementation

@JsonKey(name: 'receivedBitrate')
final int? receivedBitrate;