mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2.0 KiB
2.0 KiB
Home > puppeteer > Protocol > SystemInfo
Protocol.SystemInfo namespace
The SystemInfo domain defines methods and events for querying low-level system information.
Signature:
export namespace SystemInfo
Interfaces
| Interface | Description |
|---|---|
| GetInfoResponse | |
| GetProcessInfoResponse | |
| GPUDevice | Describes a single graphics processor (GPU). |
| GPUInfo | Provides information about the GPU(s) on the system. |
| ImageDecodeAcceleratorCapability | Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling. |
| ProcessInfo | Represents process info. |
| Size | Describes the width and height dimensions of an entity. |
| VideoDecodeAcceleratorCapability | Describes a supported video decoding profile with its associated minimum and maximum resolutions. |
| VideoEncodeAcceleratorCapability | Describes a supported video encoding profile with its associated maximum resolution and maximum framerate. |
Type Aliases
| Type Alias | Description |
|---|---|
| ImageType | Image format of a given image. |
| SubsamplingFormat | YUV subsampling type of the pixels of a given image. |