VideoPlaybackQuality object
Provides information about the quality for the video currently playing.
Important This object is not supported in Internet Explorer 11 on Windows 7.
![]() |
Syntax
var video = document.getElementById("myVideo"); // video element
var playbackQuality = video.getVideoPlaybackQuality();
DOM Information
Inheritance Hierarchy
The VideoPlaybackQuality does not inherit from any class or interface.Members
The VideoPlaybackQuality object has these types of members:
Properties
The VideoPlaybackQuality object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Returns the total number of detected corrupt video frames. | |
|
Read-only |
Gets the timestamp for when the VideoPlaybackQuality metrics were collected | |
|
Read-only |
Gets the number of dropped video frames. | |
|
Read-only |
Gets the sum of the delay for all of the displayed frames. | |
|
Read-only |
Gets the total number of frames which would have been rendered if there were no dropped frames. |
Remarks
W3C Media Source Extensions spec.
Show:
