Skip to content

IADLXDisplaySettingsChangedEvent

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplaySettingsChangedEvent interface provides methods to check for changes to the display settings.

InterfaceId:IADLXDisplaySettingsChangedEvent
Smart Pointer Interface Name:IADLXDisplaySettingsChangedEventPtr
Inherits:IADLXChangedEvent
Inherited By:IADLXDisplaySettingsChangedEvent1

Note: GetDisplay returns the reference counted display used by all the methods in this interface to check if there are any changes.

Methods

MethodDescription
GetDisplayGets the reference counted display interface on which settings are changed.
IsColorDepthChangedChecks if the color format settings of the display are changed.
IsCustomColorBrightnessChangedChecks if the brightness settings of the display are changed.
IsCustomColorContrastChangedChecks if the color contrast settings of the display are changed.
IsCustomColorHueChangedChecks if the hue settings of the display are changed.
IsCustomColorSaturationChangedChecks if the saturation settings of the display are changed.
IsCustomColorTemperatureChangedChecks if the color temperature settings of the display are changed.
IsCustomResolutionChangedChecks if the resolution settings of the display are changed.
IsFreeSyncChangedChecks if the AMD FreeSync™ settings of the display are changed.
IsGPUScalingChangedChecks if the GPU scaling settings of the display are changed.
IsHDCPChangedChecks if the HDCP settings of the display are changed.
IsIntegerScalingChangedChecks if the Integer Display Scaling settings of the display are changed.
IsPixelFormatChangedChecks if the pixel format settings of the display are changed.
IsScalingModeChangedChecks if the scaling mode settings of the display are changed.
IsVSRChangedChecks if the AMD Virtual Super Resolution settings of the display are changed.
IsVariBrightChangedChecks if the Vari-Bright settings of the display are changed.

Requirements

Headerinclude “IDisplays.h”
Minimum version1.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.

Subpages

API Reference

This page references: