IADLXManualTuningState
The IADLXManualTuningState interface adjusts the frequency and the voltage on a GPU by setting the desired values in the manual tuning state.
InterfaceId: |
IADLXManualTuningState |
Smart Pointer Interface Name: |
IADLXManualTuningStatePtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the frequency in the manual tuning state on a GPU. |
|
Gets the voltage in the manual tuning state on a GPU. |
|
Sets the frequency in the manual tuning state on a GPU. |
|
Sets the voltage in the manual tuning state on a GPU. |
Requirements
Header |
include “IGPUTuning.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the ManualGraphicsTuning C++ sample .
For a C application, refer to the ManualGraphicsTuning C sample .