IADLXDisplayFreeSync

The IADLXDisplayFreeSync interface configures AMD FreeSync™ on a display.

InterfaceId:

IADLXDisplayFreeSync

Smart Pointer Interface Name:

IADLXDisplayFreeSyncPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

IsEnabled

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

IsSupported

Checks if the AMD FreeSync™ is supported on a display.

SetEnabled

Sets the AMD FreeSync™ to enabled or disabled state on a display.

Requirements

Header

include “IDisplaySettings.h”

Minimum version

1.0

Example

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

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