IsEnabled

Checks if the AMD FreeSync™ is enabled on a GPU.

Syntax

Copied!

ADLX_RESULT     IsEnabled (adlx_bool* enabled)

Parameters

  1. [out] enabled adlx_bool* The pointer to a variable where the state of AMD FreeSync is returned. The variable is true if AMD FreeSync is enabled. The variable is false if AMD FreeSync is not enabled.

Return Value

If the state of AMD FreeSync is successfully returned, ADLX_OK is returned.

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

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

AMD FreeSync technology synchronizes the refresh rate of a display with the framerate of AMD FreeSync compatible graphics card to deliver dynamic refresh rate.

AMD FreeSync technology reduces or eliminates visual artifacts, input latency, screen tearing and stuttering during gaming and video playback. AMD FreeSync technology can be delivered through DisplayPort and HDMI® connections.

Requirements

Header

include “IDisplaySettings.h”

Minimum version

1.0