AudioDeviceModuleNotificationEventArgs.Module Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the audio device module that triggered the change event.
public:
property AudioDeviceModule ^ Module { AudioDeviceModule ^ get(); };
AudioDeviceModule Module();
public AudioDeviceModule Module { get; }
var audioDeviceModule = audioDeviceModuleNotificationEventArgs.module;
Public ReadOnly Property Module As AudioDeviceModule
Property Value
The audio device module that triggered the change event.