Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.01 KB

puppeteer.protocol.systeminfo.md

File metadata and controls

35 lines (25 loc) · 2.01 KB

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.