setForceHighestSupportedBitrate

open fun setForceHighestSupportedBitrate(forceHighestSupportedBitrate: Boolean): VdoInitParams.Builder

Sets whether to force the use of the highest supported bitrate for video playback.

If forceHighestSupportedBitrate is set to true, the player will use the highest available video bitrate, which may provide better video quality at the cost of increased bandwidth usage. If set to false, the player will use the default bitrate settings.

Return

the Builder instance for method chaining.

Parameters

forceHighestSupportedBitrate

true to force the highest bitrate, false otherwise.