Skip to content

IADLXMultimediaChangedEventListener

Navigation: ADLX SDK ReferencesADLX InterfacesMultimedia

The IADLXMultimediaChangedEventListener interface is implemented in the application to receive an event from ADLX when multimedia settings are changed.

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

An instance of the implemented IADLXMultimediaChangedEventListener interface must be passed to AddMultimediaEventListener to register for notifications when the multimedia settings change.

For more information about subscribing for event notifications, refer to Subscribing to Event Notifications using ADLX.

Methods

MethodDescription
OnMultimediaChangedOnMultimediaChanged is called by ADLX when multimedia settings are changed.

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

  • OnMultimediaChanged - OnMultimediaChanged is called by ADLX when multimedia settings are changed.

See Also: OnMultimediaChanged, AddMultimediaEventListener, SyncMultimedia, SyncMultimedia, Subscribing to Event Notifications using ADLX