Skip to content

IADLXDisplayChangedHandling

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayChangedHandling interface allows registering and unregistering for notifications when the display settings change.

InterfaceId:IADLXDisplayChangedHandling
Smart Pointer Interface Name:IADLXDisplayChangedHandlingPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
AddDisplay3DLUTEventListenerRegisters an event listener for notifications when the display 3D LUT changes.
AddDisplayGammaEventListenerRegisters an event listener for notifications when the display gamma changes.
AddDisplayGamutEventListenerRegisters an event listener for notifications when the display gamut changes.
AddDisplayListEventListenerRegisters an event listener for notifications when the display list changes.
AddDisplaySettingsEventListenerRegisters an event listener for notifications when the display settings change.
RemoveDisplay3DLUTEventListenerUnregisters an event listener from notifications when the display 3D LUT changes.
RemoveDisplayGammaEventListenerUnregisters an event listener from notifications when the display gamma changes.
RemoveDisplayGamutEventListenerUnregisters an event listener from notifications when the display gamut changes.
RemoveDisplayListEventListenerUnregisters an event listener from notifications when the display list changes.
RemoveDisplaySettingsEventListenerUnregisters an event listener from notifications when the display settings change.

Requirements

Headerinclude “IDisplays.h”
Minimum version1.0

Example

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

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

For a C# application, refer to the DisplayEvents C# sample.

For a Java application, refer to the DisplayEvents Java sample.

For a Python application, refer to the DisplayEvents Python sample.

Subpages

API Reference

This page references: