Skip to main content
Module

x/evt/mod.ts>dom.VideoPlaybackQuality

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.VideoPlaybackQuality
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.ts";
const { VideoPlaybackQuality } = dom;

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

Properties

readonly
corruptedVideoFrames: number
readonly
creationTime: number
readonly
droppedVideoFrames: number
readonly
totalFrameDelay: number
readonly
totalVideoFrames: number