VideoQuality

data class VideoQuality(val width: Int, val height: Int)(source)

One playable rendition of the current video, offered in the player's quality menu.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int

frame height in pixels, for example 1080 for the "1080p" rendition.

Link copied to clipboard
val width: Int

frame width in pixels.