Skip to content

IADLXManualTuningState

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

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

MethodDescription
GetFrequencyGets the frequency in the manual tuning state on a GPU.
GetVoltageGets the voltage in the manual tuning state on a GPU.
SetFrequencySets the frequency in the manual tuning state on a GPU.
SetVoltageSets the voltage in the manual tuning state on a GPU.

Requirements

Headerinclude “IGPUTuning.h”
Minimum version1.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.

Subpages

  • 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.

API Reference

This page references: