targetBitrate property

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

The target bitrate (Kbps) of the current encoder. This is an estimate made by the SDK based on the current network conditions.

Implementation

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