CoreAudioDeviceDefaultChange event |
|
Remarks
Occurs when the system defined default audio endpoint device changes. The current system default device can be also queried using the CoreAudioDevices.DefaultGet 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] CoreAudioDeviceDefaultChange ( nDeviceIndex as Integer, nDataFlow as enumCoreAudioDataFlows, nRole as enumCoreAudioRoles ) |
[C++] void CoreAudioDeviceDefaultChange ( short nDeviceIndex, short nDataFlow, short nRole ); |
Parameter |
Description |
||||||||||||
|
|
||||||||||||
nDeviceIndex |
Zero-based index of the audio endpoint which is now the system default for the role set into the nRole parameter. The total number of audio endpoint devices can be obtained through the CoreAudioDevices.CountGet method. This parameter may be set to -1 in case the device should have been unplugged from the system when the previous enumeration occurred, for example because an USB device was installed but not plugged in. |
||||||||||||
nDataFlow |
Direction in which audio data flows between an audio endpoint device and an application. Supported values are the following:
|
||||||||||||
nRole |
The role that the system has assigned to the audio endpoint device that became the new system default. Supported values are the following:
|