Package io.webfolder.cdp.type.systeminfo
Class GPUInfo
java.lang.Object
io.webfolder.cdp.type.systeminfo.GPUInfo
Provides information about the GPU(s) on the system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn optional dictionary of additional GPU related attributes.The graphics devices on the system.An optional array of GPU driver bug workarounds.An optional dictionary of graphics features and their status.Supported accelerated image decoding capabilities.Supported accelerated video decoding capabilities.Supported accelerated video encoding capabilities.void
setAuxAttributes
(Object auxAttributes) An optional dictionary of additional GPU related attributes.void
setDevices
(List<GPUDevice> devices) The graphics devices on the system.void
setDriverBugWorkarounds
(List<String> driverBugWorkarounds) An optional array of GPU driver bug workarounds.void
setFeatureStatus
(Object featureStatus) An optional dictionary of graphics features and their status.void
setImageDecoding
(List<ImageDecodeAcceleratorCapability> imageDecoding) Supported accelerated image decoding capabilities.void
setVideoDecoding
(List<VideoDecodeAcceleratorCapability> videoDecoding) Supported accelerated video decoding capabilities.void
setVideoEncoding
(List<VideoEncodeAcceleratorCapability> videoEncoding) Supported accelerated video encoding capabilities.toString()
-
Constructor Details
-
GPUInfo
public GPUInfo()
-
-
Method Details
-
getDevices
The graphics devices on the system. Element 0 is the primary GPU. -
setDevices
The graphics devices on the system. Element 0 is the primary GPU. -
getAuxAttributes
An optional dictionary of additional GPU related attributes. -
setAuxAttributes
An optional dictionary of additional GPU related attributes. -
getFeatureStatus
An optional dictionary of graphics features and their status. -
setFeatureStatus
An optional dictionary of graphics features and their status. -
getDriverBugWorkarounds
An optional array of GPU driver bug workarounds. -
setDriverBugWorkarounds
An optional array of GPU driver bug workarounds. -
getVideoDecoding
Supported accelerated video decoding capabilities. -
setVideoDecoding
Supported accelerated video decoding capabilities. -
getVideoEncoding
Supported accelerated video encoding capabilities. -
setVideoEncoding
Supported accelerated video encoding capabilities. -
getImageDecoding
Supported accelerated image decoding capabilities. -
setImageDecoding
Supported accelerated image decoding capabilities. -
toString
-