Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoPlaybackQuality

Package version

Returned by the HTMLVideoElement.getVideoPlaybackQuality() method and contains metrics that can be used to determine the playback quality of a video.

Hierarchy

  • VideoPlaybackQuality

Index

Properties

corruptedVideoFrames

corruptedVideoFrames: number

creationTime

creationTime: number

droppedVideoFrames

droppedVideoFrames: number

totalFrameDelay

totalFrameDelay: number

totalVideoFrames

totalVideoFrames: number

Generated using TypeDoc