Firefox Tomorrow

web api interface

VideoPlaybackQuality

View on MDN ↗

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.

Obsolete properties

  • corruptedVideoFrames Read only Deprecated
    • : 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.
  • totalFrameDelay Read only Deprecated
    • : A double containing the sum of the frame delay since the creation of the associated HTMLVideoElement. The frame delay is the difference between a frame’s theoretical presentation time and its effective display time.

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