Skip to content

IADLXGPUTuningChangedEvent

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXGPUTuningChangedEvent interface provides methods to check if the GPU tuning is changed.

InterfaceId:IADLXGPUTuningChangedEvent
Smart Pointer Interface Name:IADLXGPUTuningChangedEventPtr
Inherits:IADLXChangedEvent
Inherited By:IADLXGPUTuningChangedEvent1

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

MethodDescription
GetGPUGets the reference counted GPU interface on which the GPU tuning is changed.
IsAutomaticTuningChangedChecks if the automatic tuning settings are changed.
IsManualFanTuningChangedChecks if the manual fan tuning settings are changed.
IsManualGPUCLKTuningChangedChecks if the manual graphic clock tuning settings are changed.
IsManualPowerTuningChangedChecks if the manual power tuning settings are changed.
IsManualVRAMTuningChangedChecks if the manual VRAM tuning settings are changed.
IsPresetTuningChangedChecks if the preset tuning settings are changed.

Requirements

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

Subpages

API Reference

This page references: