ReadonlyavailableWhether the quality is available.
Optional ReadonlyaverageThe average bandwidth of the quality, in bits per second.
ReadonlybandwidthThe required bandwidth for the quality, in bits per second.
ReadonlycodecsThe codecs of the quality.
ReadonlyfirstThe timestamp of the first frame of the video quality, in seconds.
ReadonlyframeThe framerate of the video quality.
ReadonlyheightThe video height of the video quality, in pixels.
ReadonlyidThe 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.
ReadonlynameThe name of the quality.
ReadonlyscoreThe HLS SCORE attribute.
ReadonlyuidThe unique identifier for this quality.
ReadonlywidthThe video width of the video quality, in pixels.
Add the given listener for the given event type(s).
The type of the event.
The callback which is executed when the event occurs.
Remove the given listener for the given event type(s).
The type of the event.
The callback which will be removed.
Represents a quality of a video track.