minBitrate property

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

The minimum encoding bitrate (Kbps). The Meta SDK automatically adjusts the encoding bitrate to adapt to the network conditions. Using a value greater than the default value forces the video encoder to output high-quality images but may cause more packet loss and hence sacrifice the smoothness of the video transmission. That said, unless you have special requirements for image quality, Meta does not recommend changing this value.

Implementation

@JsonKey(includeIfNull: false)
int? minBitrate;