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

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.