mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.5 KiB
1.5 KiB
Home > puppeteer > Protocol > SystemInfo > VideoEncodeAcceleratorCapability
Protocol.SystemInfo.VideoEncodeAcceleratorCapability interface
Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.
Signature:
export interface VideoEncodeAcceleratorCapability
Properties
Property | Type | Description |
---|---|---|
maxFramerateDenominator | integer | |
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. |
maxResolution | Size | Maximum video dimensions in pixels supported for this |profile|. |
profile | string | Video codec profile that is supported, e.g H264 Main. |