Skip to content

IADLXPowerTuningChangedEvent

Navigation: ADLX SDK ReferencesADLX InterfacesPower Tuning

The IADLXPowerTuningChangedEvent interface provides methods to check for changes to the power tuning settings.

InterfaceId:IADLXPowerTuningChangedEvent
Smart Pointer Interface Name:IADLXPowerTuningChangedEventPtr
Inherits:IADLXChangedEvent
Inherited By:N/A

Methods

MethodDescription
IsSmartShiftMaxChangedChecks for changes to the AMD SmartShift Max settings.

Requirements

Headerinclude “IPowerTuning.h”
Minimum version1.2

Example

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

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

Subpages

See Also: IADLXChangedEvent, IsSmartShiftMaxChanged, SyncPowerTuning, SyncPowerTuning