Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Protocol.SystemInfo.VideoDecodeAcceleratorCapability
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { VideoDecodeAcceleratorCapability } = Protocol.SystemInfo;

Describes a supported video decoding profile with its associated minimum and maximum resolutions.

Properties

profile: string

Video codec profile that is supported, e.g. VP9 Profile 2.

maxResolution: Size

Maximum video dimensions in pixels supported for this |profile|.

minResolution: Size

Minimum video dimensions in pixels supported for this |profile|.