videoQuality

abstract val videoQuality: VideoQuality?

Deprecated

Use `Source.selectedVideoQuality` on the currently active source instead e.g. Player.source.selectedVideoQuality

Replace with

source?.selectedVideoQuality

The currently selected VideoQuality.

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