VideoPlaybackQuality

js.html.VideoPlaybackQuality (extern class)

The VideoPlaybackQuality interface represents the set of metrics describing the playback quality of a video.

Documentation VideoPlaybackQuality by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Instance Members

creationTime: Float

A DOMHighResTimeStamp containing the time in miliseconds since the start of the navigation and the creation of the object.


totalVideoFrames: Int

An unsigned long giving the number of video frames created and dropped since the creation of the associated HTMLVideoElement.


droppedVideoFrames: Int

An unsigned long giving the number of video frames dropped since the creation of the associated HTMLVideoElement.


corruptedVideoFrames: Int

An unsigned long giving the number of video frames corrupted since the creation of the associated HTMLVideoElement. A corrupted frame may be created or dropped.