setMaxSelectableVideoBitrate

abstract fun setMaxSelectableVideoBitrate(bitrate: Int)

Sets the upper bitrate boundary for video qualities to bitrate. All qualities with a bitrate that is higher than this threshold will not be eligible for automatic quality selection, although they are still available for manual quality selection.

Can be set to Integer.MAX_VALUE for no limitation.

Has no effect if there is no active playback session.