Copyright © 2006-2019 MultiMedia Soft

CoreAudioDeviceAdded event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a new audio endpoint device is added to the system. After catching this event you can get the updated list of available audio endpoint devices by calling again the CoreAudioDevices.Enum method.

 

This event is only generated in Windows Vista and later versions: further information about management of audio devices in Windows Vista and later versions can be found inside the How to access settings of audio devices in Windows Vista and later versions tutorial.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event CoreAudioDeviceAdded As EventHandler


 

[C#]

public event EventHandler CoreAudioDeviceAdded;


 

[C++]

public: __event EventHandler* CoreAudioDeviceAdded;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.