Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.SystemInfo.VideoDecodeAcceleratorCapability
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
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|.