puppeteer/new-docs/puppeteer.protocol.systeminfo.md
2020-07-13 14:01:35 +01:00

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.