mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
1.5 KiB
Markdown
24 lines
1.5 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) > [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. |
|
||
|
|