IADLXDisplaySettingsChangedEvent3
IADLXDisplaySettingsChangedEvent3 is an extension interface to IADLXDisplaySettingsChangedEvent , and provides methods to check for changes to the Dynamic Refresh Rate Control and FreeSync color accuracy settings.
InterfaceId: |
IADLXDisplaySettingsChangedEvent3 |
Smart Pointer Interface Name: |
IADLXDisplaySettingsChangedEvent3Ptr |
Inherits: |
|
Inherited By: |
N/A |
The IADLXDisplaySettingsChangedEvent3 interface is obtained from the IADLXDisplaySettingsChangedEvent interface or from any of its extension interfaces using QueryInterface .
Methods
Method |
Description |
---|---|
Checks if the dynamic refresh rate control settings of the display are changed. |
|
Checks for changes to the configuration of the HDR media profile on a display. |
Requirements
Header |
include “IDisplays3.h” |
Minimum version |
1.4 |
Example
To see how to use this interface in a C++ application, refer to the SyncDisplayReceive C++ sample .
For a C application, refer to the SyncDisplayReceive C sample .