videoBitrate property

  1. @JsonKey(includeIfNull: false)
int? videoBitrate
getter/setter pair

Bitrate (Kbps) of the CDN live output video stream. The default value is 400. Set this parameter according to the VideoEncoderConfiguration.bitrate(Video Bitrate Table). If you set a bitrate beyond the proper range, the SDK automatically adapts it to a value within the range.

Implementation

@JsonKey(includeIfNull: false)
int? videoBitrate;