Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>SystemInfo_VideoEncodeAcceleratorCapability

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

Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.

definition: { profile: string; maxResolution: SystemInfo_Size; maxFramerateNumerator: number; maxFramerateDenominator: number; }