Skip to main content
interface default.SystemInfo.VideoEncodeAcceleratorCapability
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { VideoEncodeAcceleratorCapability } = default.SystemInfo;

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

Properties

profile: string

Video codec profile that is supported, e.g H264 Main.

maxResolution: Size

Maximum video dimensions in pixels supported for this |profile|.

maxFramerateNumerator: integer

Maximum encoding framerate in frames per second supported for this |profile|, as fraction's numerator and denominator, e.g. 24/1 fps, 24000/1001 fps, etc.

maxFramerateDenominator: integer