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:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

GetFrequency

Gets the frequency in the manual tuning state on a GPU.

GetVoltage

Gets the voltage in the manual tuning state on a GPU.

SetFrequency

Sets the frequency in the manual tuning state on a GPU.

SetVoltage

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 .