14 lines
627 B
Markdown
14 lines
627 B
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) > [profile](./puppeteer.protocol.systeminfo.videoencodeacceleratorcapability.profile.md)
|
||
|
|
||
|
## Protocol.SystemInfo.VideoEncodeAcceleratorCapability.profile property
|
||
|
|
||
|
Video codec profile that is supported, e.g H264 Main.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
profile: string;
|
||
|
```
|