bitrate property

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

The bitrate (Kbps) of the shared region. The default value is 0, which represents that the SDK works out a bitrate according to the dimensions of the current screen.

Implementation

@JsonKey(includeIfNull: false)
int? bitrate;