Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface default.SystemInfo.VideoDecodeAcceleratorCapability
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { VideoDecodeAcceleratorCapability } = default.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|.