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.

 

 

Syntax

 

[Visual Basic]

CoreAudioDeviceAdded (

)


 

[C++]

void CoreAudioDeviceAdded (

);