receivedBitrate property

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

The bitrate (Kbps) of the remote video received since the last count.

Implementation

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