mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [VideoDecodeAcceleratorCapability](./puppeteer.protocol.systeminfo.videodecodeacceleratorcapability.md)
|
|
|
|
## Protocol.SystemInfo.VideoDecodeAcceleratorCapability interface
|
|
|
|
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface VideoDecodeAcceleratorCapability
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [maxResolution](./puppeteer.protocol.systeminfo.videodecodeacceleratorcapability.maxresolution.md) | [Size](./puppeteer.protocol.systeminfo.size.md) | Maximum video dimensions in pixels supported for this \|profile\|. |
|
|
| [minResolution](./puppeteer.protocol.systeminfo.videodecodeacceleratorcapability.minresolution.md) | [Size](./puppeteer.protocol.systeminfo.size.md) | Minimum video dimensions in pixels supported for this \|profile\|. |
|
|
| [profile](./puppeteer.protocol.systeminfo.videodecodeacceleratorcapability.profile.md) | string | Video codec profile that is supported, e.g. VP9 Profile 2. |
|
|
|