Skip to content

IADLXMultimediaChangedHandling

Navigation: ADLX SDK ReferencesADLX InterfacesMultimedia

The IADLXMultimediaChangedHandling interface enables the registering and unregistering for event listener notifications when multimedia settings are changed.

InterfaceId:IADLXMultimediaChangedHandling
Smart Pointer Interface Name:IADLXMultimediaChangedHandlingPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
AddMultimediaEventListenerRegisters an event listener for notifications when multimedia settings are changed.
RemoveMultimediaEventListenerUnregisters an event listener from the multimedia settings event list.

Requirements

Headerinclude “IMultiMedia.h”
Minimum version1.4

Example

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

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

Subpages

See Also: IADLXInterface, AddMultimediaEventListener, RemoveMultimediaEventListener, SyncMultimedia, SyncMultimedia