setVideoQuality

abstract fun setVideoQuality(qualityId: String)

Sets a fixed VideoQuality identified by a qualityId. A list of currently available VideoQualitys can be retrieved via availableVideoQualities. To use automatic quality selection, Quality.AUTO_ID can be passed as qualityId.

Has no effect if no quality with a matching ID is present in the availableVideoQualities or if the source is not attached to a player.