Skip to content

IADLXManualFanTuning1

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXManualFanTuning1 is an extension interface to IADLXManualFanTuning. It provides the default manual fan tuning metric values of a GPU.

InterfaceId:IADLXManualFanTuning1
Smart Pointer Interface Name:IADLXManualFanTuning1Ptr
Inherits:IADLXManualFanTuning
Inherited By:N/A

The IADLXManualFanTuning1 interface is obtained from the IADLXManualFanTuning interface or from any of its extension interfaces using QueryInterface.

Methods

MethodDescription
GetDefaultFanTuningStatesGets the reference counted list of default GPU fan tuning states on a GPU.
GetDefaultZeroRPMStateGets the default zero RPM state of a GPU.
GetMinAcousticLimitDefaultGets the default minimum acoustic limit on a GPU.
GetMinFanSpeedDefaultGets the default minimum fan speed on a GPU.
GetTargetFanSpeedDefaultGets the default target fan speed on a GPU.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.4

Example

To see how to use this interface in a C++ application, refer to the ManualFanTuning C++ sample.

For a C application, refer to the ManualFanTuning C sample.

Subpages

API Reference

This page references: