IADLXDisplaySettingsChangedEvent
The IADLXDisplaySettingsChangedEvent interface provides methods to check for changes to the display settings.
InterfaceId: |
IADLXDisplaySettingsChangedEvent |
Smart Pointer Interface Name: |
IADLXDisplaySettingsChangedEventPtr |
Inherits: |
|
Inherited By: |
Note: GetDisplay returns the reference counted display used by all the methods in this interface to check if there are any changes.
Methods
Method |
Description |
---|---|
Gets the reference counted display interface on which settings are changed. |
|
Checks if the color format settings of the display are changed. |
|
Checks if the brightness settings of the display are changed. |
|
Checks if the color contrast settings of the display are changed. |
|
Checks if the hue settings of the display are changed. |
|
Checks if the saturation settings of the display are changed. |
|
Checks if the color temperature settings of the display are changed. |
|
Checks if the resolution settings of the display are changed. |
|
Checks if the AMD FreeSync™ settings of the display are changed. |
|
Checks if the GPU scaling settings of the display are changed. |
|
Checks if the HDCP settings of the display are changed. |
|
Checks if the Integer Display Scaling settings of the display are changed. |
|
Checks if the pixel format settings of the display are changed. |
|
Checks if the scaling mode settings of the display are changed. |
|
Checks if the AMD Virtual Super Resolution settings of the display are changed. |
|
Checks if the Vari-Bright settings of the display are changed. |
Requirements
Header |
include “IDisplays.h” |
Minimum version |
1.0 |
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 .