Skip to content

IsSupportedBalanced

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXGPUPresetTuning

Syntax

ADLX_RESULT    IsSupportedBalanced (adlx_bool* supported)

Parameters

#DirectionNameTypeDescription
1.[out]supportedadlx_bool*The pointer to a variable where the balanced of quiet is returned. The variable is true if balanced is supported. The variable is false if balanced is not supported.

Return Value

If the state of balanced is successfully returned, ADLX_OK is returned.

If the state of balanced is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The balanced tuning preset offers all-round performance with a balance of power, clocks, and fan settings. Use of the balanced tuning preset is limited to some GPUs.

Requirements

Headerinclude “IGPUAutoTuning.h”
Minimum version1.0

See Also: ADLX Enums