web api interface
VideoPlaybackQuality
A VideoPlaybackQuality object is returned by the getVideoPlaybackQuality() method and contains metrics that can be used to determine the playback quality of a video.
Instance properties
The VideoPlaybackQuality interface doesn’t inherit properties from any other interfaces.
creationTimeRead only- : A
DOMHighResTimeStampcontaining the time in milliseconds between the start of the navigation and the creation of the object.
- : A
droppedVideoFramesRead only- : An
unsigned longgiving the number of video frames dropped since the creation of the associatedHTMLVideoElement.
- : An
totalVideoFramesRead only- : An
unsigned longgiving the number of video frames created and dropped since the creation of the associatedHTMLVideoElement.
- : An
Obsolete properties
corruptedVideoFramesRead only Deprecated- : An
unsigned longgiving the number of video frames corrupted since the creation of the associatedHTMLVideoElement. A corrupted frame may be created or dropped.
- : An
totalFrameDelayRead only Deprecated- : A
doublecontaining the sum of the frame delay since the creation of the associatedHTMLVideoElement. The frame delay is the difference between a frame’s theoretical presentation time and its effective display time.
- : A
Instance methods
The VideoPlaybackQuality interface has no methods, and does not inherit any.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- The
getVideoPlaybackQuality()method to get aVideoPlaybackQualityobject MediaSourceSourceBuffer