import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { VideoEncodeAcceleratorCapability } = Protocol.SystemInfo;
Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.
Properties
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