setAudioQuality

abstract fun setAudioQuality(qualityId: String)

Deprecated

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

Replace with

source?.setAudioQuality(qualityId)

Sets a fixed AudioQuality, identified by the qualityId. A list of currently available AudioQualitys can be retrieved via availableAudioQualities. 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.setAudioQuality on the currently active source instead e.g. Player.source.setAudioQuality