SystemInfo
The SystemInfo domain defines methods and events for querying low-level system information.
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Provides information about the GPU(s) on the system.
Link copied to clipboard
@Serializable
Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.
Link copied to clipboard
Image format of a given image.
Link copied to clipboard
Represents process info.
Link copied to clipboard
YUV subsampling type of the pixels of a given image.
Link copied to clipboard
@Serializable
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
Link copied to clipboard
@Serializable
Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.
Functions
Link copied to clipboard
suspend fun getFeatureState(args: SystemInfo.GetFeatureStateParameter, mode: CommandMode = CommandMode.DEFAULT): SystemInfo.GetFeatureStateReturn
Returns information about the feature state.
Link copied to clipboard
Returns information about the system.
Link copied to clipboard
suspend fun getProcessInfo(mode: CommandMode = CommandMode.DEFAULT): SystemInfo.GetProcessInfoReturn
Returns information about all running processes.