Readonly availableWhether the quality is available.
- A quality can be unavailable due to a DRM restriction (e.g. HDCP).
Optional Readonly averageThe average bandwidth of the quality.
Readonly bandwidthThe required bandwidth for the quality.
Readonly codecsThe codecs of the quality.
- These are represented as a string containing the codecs as defined by the manifest.
Readonly firstThe timestamp of the first frame of the video quality, in seconds.
Readonly frameThe framerate of the video quality.
Readonly heightThe video height of the video quality, in pixels.
Readonly idThe identifier for this quality. This identifier is tied to the stream's internal representation. It may be empty. For a unique id, use Quality.uid.
The label of the quality.
Readonly nameThe name of the quality.
Readonly uidThe unique identifier for this quality.
Readonly widthThe video width of the video quality, in pixels.
Represents a quality of a video track.