setVideoQuality

abstract fun setVideoQuality(qualityId: String)

Deprecated

Use `Source.setVideoQuality(qualityId)` on the currently active source instead e.g. Player.source.setVideoQuality(qualityId)

Replace with

source?.setVideoQuality(qualityId)

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

Has no effect if there is no active playback session.

This function is deprecated. Use Source.setVideoQuality on the currently active source instead e.g. Player.source.setVideoQuality