mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > SystemInfo > VideoDecodeAcceleratorCapability
Protocol.SystemInfo.VideoDecodeAcceleratorCapability interface
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
Signature:
export interface VideoDecodeAcceleratorCapability
Properties
Property | Type | Description |
---|---|---|
maxResolution | Size | Maximum video dimensions in pixels supported for this |profile|. |
minResolution | Size | Minimum video dimensions in pixels supported for this |profile|. |
profile | string | Video codec profile that is supported, e.g. VP9 Profile 2. |