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

24 lines
1.5 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [SystemInfo](./puppeteer.protocol.systeminfo.md) &gt; [VideoEncodeAcceleratorCapability](./puppeteer.protocol.systeminfo.videoencodeacceleratorcapability.md)
## Protocol.SystemInfo.VideoEncodeAcceleratorCapability interface
Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.
<b>Signature:</b>
```typescript
export interface VideoEncodeAcceleratorCapability
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [maxFramerateDenominator](./puppeteer.protocol.systeminfo.videoencodeacceleratorcapability.maxframeratedenominator.md) | [integer](./puppeteer.protocol.integer.md) | |
| [maxFramerateNumerator](./puppeteer.protocol.systeminfo.videoencodeacceleratorcapability.maxframeratenumerator.md) | [integer](./puppeteer.protocol.integer.md) | 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](./puppeteer.protocol.systeminfo.videoencodeacceleratorcapability.maxresolution.md) | [Size](./puppeteer.protocol.systeminfo.size.md) | Maximum video dimensions in pixels supported for this \|profile\|. |
| [profile](./puppeteer.protocol.systeminfo.videoencodeacceleratorcapability.profile.md) | string | Video codec profile that is supported, e.g H264 Main. |