IADLXGPUTuningChangedEvent
The IADLXGPUTuningChangedEvent interface provides methods to check if the GPU tuning is changed.
InterfaceId: |
IADLXGPUTuningChangedEvent |
Smart Pointer Interface Name: |
IADLXGPUTuningChangedEventPtr |
Inherits: |
|
Inherited By: |
Note: GetGPU returns the reference counted GPU used by all the methods in this interface to check if there are any changes in GPU tuning.
Methods
Method |
Description |
---|---|
Gets the reference counted GPU interface on which the GPU tuning is changed. |
|
Checks if the automatic tuning settings are changed. |
|
Checks if the manual fan tuning settings are changed. |
|
Checks if the manual graphic clock tuning settings are changed. |
|
Checks if the manual power tuning settings are changed. |
|
Checks if the manual VRAM tuning settings are changed. |
|
Checks if the preset tuning settings are changed. |
Requirements
Header |
include “IGPUTuning.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the SyncGPUTuning C++ sample .
For a C application, refer to the SyncGPUTuning C sample .