puppeteer/new-docs/puppeteer.protocol.systeminfo.subsamplingformat.md

14 lines
526 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; [SubsamplingFormat](./puppeteer.protocol.systeminfo.subsamplingformat.md)
## Protocol.SystemInfo.SubsamplingFormat type
YUV subsampling type of the pixels of a given image.
<b>Signature:</b>
```typescript
export type SubsamplingFormat = ('yuv420' | 'yuv422' | 'yuv444');
```