cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.SystemInfo

Description

SystemInfo

The SystemInfo domain defines methods and events for querying low-level system information.

Synopsis

Documentation

data PSystemInfoGetProcessInfo Source #

Returns information about all running processes.

Parameters of the getProcessInfo command.

data SystemInfoGetInfo Source #

Constructors

SystemInfoGetInfo 

Fields

data SystemInfoGPUInfo Source #

Type GPUInfo. Provides information about the GPU(s) on the system.

Constructors

SystemInfoGPUInfo 

Fields

data SystemInfoImageDecodeAcceleratorCapability Source #

Type ImageDecodeAcceleratorCapability. Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.

Constructors

SystemInfoImageDecodeAcceleratorCapability 

Fields

data SystemInfoImageType Source #

Type ImageType. Image format of a given image.

Instances

Instances details
Eq SystemInfoImageType Source # 
Instance details

Defined in CDP.Domains.SystemInfo

Ord SystemInfoImageType Source # 
Instance details

Defined in CDP.Domains.SystemInfo

Read SystemInfoImageType Source # 
Instance details

Defined in CDP.Domains.SystemInfo

Show SystemInfoImageType Source # 
Instance details

Defined in CDP.Domains.SystemInfo

ToJSON SystemInfoImageType Source # 
Instance details

Defined in CDP.Domains.SystemInfo

FromJSON SystemInfoImageType Source # 
Instance details

Defined in CDP.Domains.SystemInfo

data SystemInfoSubsamplingFormat Source #

Type SubsamplingFormat. YUV subsampling type of the pixels of a given image.

Instances

Instances details
Eq SystemInfoSubsamplingFormat Source # 
Instance details

Defined in CDP.Domains.SystemInfo

Ord SystemInfoSubsamplingFormat Source # 
Instance details

Defined in CDP.Domains.SystemInfo

Read SystemInfoSubsamplingFormat Source # 
Instance details

Defined in CDP.Domains.SystemInfo

Show SystemInfoSubsamplingFormat Source # 
Instance details

Defined in CDP.Domains.SystemInfo

ToJSON SystemInfoSubsamplingFormat Source # 
Instance details

Defined in CDP.Domains.SystemInfo

FromJSON SystemInfoSubsamplingFormat Source # 
Instance details

Defined in CDP.Domains.SystemInfo

data SystemInfoVideoEncodeAcceleratorCapability Source #

Type VideoEncodeAcceleratorCapability. Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.

Constructors

SystemInfoVideoEncodeAcceleratorCapability 

Fields

data SystemInfoVideoDecodeAcceleratorCapability Source #

Type VideoDecodeAcceleratorCapability. Describes a supported video decoding profile with its associated minimum and maximum resolutions.

Constructors

SystemInfoVideoDecodeAcceleratorCapability 

Fields

data SystemInfoSize Source #

Type Size. Describes the width and height dimensions of an entity.

Constructors

SystemInfoSize 

Fields

data SystemInfoGPUDevice Source #

Type GPUDevice. Describes a single graphics processor (GPU).

Constructors

SystemInfoGPUDevice 

Fields