Skip to main content
Module

x/astral/bindings/celestial.ts>SystemInfo_VideoDecodeAcceleratorCapability

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias SystemInfo_VideoDecodeAcceleratorCapability
import { type SystemInfo_VideoDecodeAcceleratorCapability } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

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

definition: { profile: string; maxResolution: SystemInfo_Size; minResolution: SystemInfo_Size; }