Skip to main content
Module

x/astral/bindings/celestial.ts>SystemInfo_VideoEncodeAcceleratorCapability

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias SystemInfo_VideoEncodeAcceleratorCapability
import { type SystemInfo_VideoEncodeAcceleratorCapability } from "https://deno.land/x/astral@0.3.1/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; }