AudioDeviceModuleNotificationEventArgs AudioDeviceModuleNotificationEventArgs AudioDeviceModuleNotificationEventArgs AudioDeviceModuleNotificationEventArgs Class

Definition

Provides data for the AudioDeviceModulesManager.ModuleNotificationReceived event which is raised when audio device module changes occur.

public : sealed class AudioDeviceModuleNotificationEventArgs : IAudioDeviceModuleNotificationEventArgspublic sealed class AudioDeviceModuleNotificationEventArgs : IAudioDeviceModuleNotificationEventArgsPublic NotInheritable Class AudioDeviceModuleNotificationEventArgs Implements IAudioDeviceModuleNotificationEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

Module Module Module Module

Gets the audio device module that triggered the change event.

public : AudioDeviceModule Module { get; }public AudioDeviceModule Module { get; }Public ReadOnly Property Module As AudioDeviceModule// You can use this property in JavaScript.
Value
AudioDeviceModule AudioDeviceModule AudioDeviceModule AudioDeviceModule

The audio device module that triggered the change event.

NotificationData NotificationData NotificationData NotificationData

Gets a buffer containing data that identifies the change that occurred in the module. This data is defined by the module developer.

public : IBuffer NotificationData { get; }public IBuffer NotificationData { get; }Public ReadOnly Property NotificationData As IBuffer// You can use this property in JavaScript.