bitrate property

int? get bitrate

Maximum recommended bitrate.

The value is in kbit/s.

The SDK will select media which has a bitrate below the specified max or the closest bitrate if there is no media with a lower bitrate found.

If null, the bitrate will be selected by the SDK, using the currently detected network speed (cellular or Wi-Fi).

Implementation

int? get bitrate => platform.params.bitrate;