chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.systeminfo

Package org.hildan.chrome.devtools.domains.systeminfo

Types

GetInfoResponse

Response type for the SystemInfoDomain.getInfo command.

data class GetInfoResponse

GetProcessInfoResponse

Response type for the SystemInfoDomain.getProcessInfo command.

data class GetProcessInfoResponse

GPUDevice

Describes a single graphics processor (GPU).

data class GPUDevice

GPUInfo

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

data class GPUInfo

ImageDecodeAcceleratorCapability

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

data class ImageDecodeAcceleratorCapability

ImageType

Image format of a given image.

enum class ImageType

ProcessInfo

Represents process info.

data class ProcessInfo

Size

Describes the width and height dimensions of an entity.

data class Size

SubsamplingFormat

YUV subsampling type of the pixels of a given image.

enum class SubsamplingFormat

SystemInfoDomain

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

class SystemInfoDomain

VideoDecodeAcceleratorCapability

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

data class VideoDecodeAcceleratorCapability

VideoEncodeAcceleratorCapability

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

data class VideoEncodeAcceleratorCapability