setAudioQuality

abstract fun setAudioQuality(qualityId: String)

Sets a fixed AudioQuality identified by a qualityId. A list of currently available AudioQualitys can be retrieved via availableAudioQualities. 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 availableAudioQualities or if the source is not attached to a player.