public class GPUInfo extends Object
| Constructor and Description |
|---|
GPUInfo() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAuxAttributes()
An optional dictionary of additional GPU related attributes.
|
List<GPUDevice> |
getDevices()
The graphics devices on the system.
|
List<String> |
getDriverBugWorkarounds()
An optional array of GPU driver bug workarounds.
|
Map<String,Object> |
getFeatureStatus()
An optional dictionary of graphics features and their status.
|
List<ImageDecodeAcceleratorCapability> |
getImageDecoding()
Supported accelerated image decoding capabilities.
|
List<VideoDecodeAcceleratorCapability> |
getVideoDecoding()
Supported accelerated video decoding capabilities.
|
List<VideoEncodeAcceleratorCapability> |
getVideoEncoding()
Supported accelerated video encoding capabilities.
|
void |
setAuxAttributes(Map<String,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(Map<String,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.
|
public List<GPUDevice> getDevices()
public void setDevices(List<GPUDevice> devices)
public Map<String,Object> getAuxAttributes()
public void setAuxAttributes(Map<String,Object> auxAttributes)
public Map<String,Object> getFeatureStatus()
public void setFeatureStatus(Map<String,Object> featureStatus)
public List<String> getDriverBugWorkarounds()
public void setDriverBugWorkarounds(List<String> driverBugWorkarounds)
public List<VideoDecodeAcceleratorCapability> getVideoDecoding()
public void setVideoDecoding(List<VideoDecodeAcceleratorCapability> videoDecoding)
public List<VideoEncodeAcceleratorCapability> getVideoEncoding()
public void setVideoEncoding(List<VideoEncodeAcceleratorCapability> videoEncoding)
public List<ImageDecodeAcceleratorCapability> getImageDecoding()
public void setImageDecoding(List<ImageDecodeAcceleratorCapability> imageDecoding)
Copyright © 2020. All rights reserved.