THEOplayer > VideoQuality
Inherits from Quality. See parent page for inherited properties and methods.
Represents a quality of a video track.
Signature:
export interface VideoQuality extends Quality
Property |
Type |
Description |
---|---|---|
|
The timestamp of the first frame of the video quality, in seconds. |
|
|
The framerate of the video quality. |
|
|
The video height of the video quality, in pixels. |
|
|
The video width of the video quality, in pixels. |
The timestamp of the first frame of the video quality, in seconds.
Signature:
readonly firstFrame: number;
The framerate of the video quality.
Signature:
readonly frameRate: number;
The video height of the video quality, in pixels.
Signature:
readonly height: number;
The video width of the video quality, in pixels.
Signature:
readonly width: number;