pl.wendigo.chrome.api.systeminfo

Package pl.wendigo.chrome.api.systeminfo

Contains DevTools Protocol SystemInfo domain implementation accessible via SystemInfoOperations class.

Types

GetInfoResponse

data class GetInfoResponse

Represents response frame that is returned from SystemInfo#getInfo operation call. Returns information about the system.

GetProcessInfoResponse

data class GetProcessInfoResponse

Represents response frame that is returned from SystemInfo#getProcessInfo operation call. Returns information about all running processes.

GPUDevice

data class GPUDevice

Describes a single graphics processor (GPU).

GPUInfo

data class GPUInfo

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

ImageDecodeAcceleratorCapability

data class ImageDecodeAcceleratorCapability

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

ImageType

enum class ImageType

Image format of a given image.

ProcessInfo

data class ProcessInfo

Represents process info.

Size

data class Size

Describes the width and height dimensions of an entity.

SubsamplingFormat

enum class SubsamplingFormat

YUV subsampling type of the pixels of a given image.

SystemInfoOperations

class SystemInfoOperations

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

VideoDecodeAcceleratorCapability

data class VideoDecodeAcceleratorCapability

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

VideoEncodeAcceleratorCapability

data class VideoEncodeAcceleratorCapability

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