puppeteer/new-docs/puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.subsamplings.md

14 lines
677 B
Markdown
Raw Normal View History

<!-- 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; [ImageDecodeAcceleratorCapability](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.md) &gt; [subsamplings](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.subsamplings.md)
## Protocol.SystemInfo.ImageDecodeAcceleratorCapability.subsamplings property
Optional array of supported subsampling formats, e.g. 4:2:0, if known.
<b>Signature:</b>
```typescript
subsamplings: SubsamplingFormat[];
```