Skip to content

VideoPlaybackQuality

Types

t

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

type t = {
creationTime: float,
droppedVideoFrames: int,
totalVideoFrames: int,
}

Record fields

creationTime
float
droppedVideoFrames
int
totalVideoFrames
int