setMaxVideoBitrateKbps

open fun setMaxVideoBitrateKbps(maxVideoBitrateKbps: Int): VdoInitParams.Builder

Sets the maximum video bitrate in kilobits per second (kbps).

This method limits the video bitrate to the specified value, which can help manage bandwidth usage and control video quality. If the specified value is less than the available bitrates, the player will use the closest lower bitrate.

Return

the Builder instance for method chaining.

Parameters

maxVideoBitrateKbps

the maximum video bitrate in kilobits per second.