videoBitrate property

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

Bitrate of the output video stream for Media Push in Kbps. The default value is 400 Kbps. Set this parameter according to the Video profile table. If you set a bitrate beyond the proper range, the SDK automatically adapts it to a value within the range. You can refer to Media Pushfor how to set this parameter.

Implementation

@JsonKey(includeIfNull: false)
int? videoBitrate;