Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>VideoPlaybackQuality

Advanced Web Composition for Future
Latest
interface VideoPlaybackQuality
import { type VideoPlaybackQuality } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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

Properties

readonly
creationTime: number
readonly
droppedVideoFrames: number
readonly
totalVideoFrames: number