puppeteer/new-docs/puppeteer.protocol.systeminfo.videoencodeacceleratorcapability.md
2020-07-13 14:01:35 +01:00

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.