14 lines
662 B
Markdown
14 lines
662 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) > [VideoDecodeAcceleratorCapability](./puppeteer.protocol.systeminfo.videodecodeacceleratorcapability.md) > [minResolution](./puppeteer.protocol.systeminfo.videodecodeacceleratorcapability.minresolution.md)
|
||
|
|
||
|
## Protocol.SystemInfo.VideoDecodeAcceleratorCapability.minResolution property
|
||
|
|
||
|
Minimum video dimensions in pixels supported for this \|profile\|.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
minResolution: Size;
|
||
|
```
|