VideoQuality public protocol VideoQuality : Quality Represents a quality of a video track. width The video width of the video quality, in pixels. Declaration Swift var width: Int { get } height The video height of the video quality, in pixels. Declaration Swift var height: Int { get }