SetEnabled
Activates or deactivates the AMD FreeSync(TM) Premium Pro HDR media profile on a display.
Syntax
ADLX_RESULT SetEnabled (adlx_bool enable)
Parameters
-
[in]
enable adlx_bool The new FreeSync color accuracy state. Set true to activate the AMD FreeSync(TM) Premium Pro HDR media profile. Set false to activate the HDR10 media profile.
Return Value
If the FreeSync color accuracy enabled status is successfully set, ADLX_OK is returned.
If the FreeSync color accuracy enabled status is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
When enabled, the FreeSync color accuracy activates the AMD FreeSync(TM) Premium Pro HDR media profile for the display for optimal color accuracy when viewing HDR content.When disabled, it activates the HDR10 media profile for the display.
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.4 |