|
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] Public Event CoreAudioDeviceDefaultChange As CoreAudioDeviceDefaultChangeEventHandler |
[C#] public event CoreAudioDeviceDefaultChangeEventHandler CoreAudioDeviceDefaultChange; |
[C++] public: __event CoreAudioDeviceDefaultChangeEventHandler CoreAudioDeviceDefaultChange; |
Event Data
The event handler receives an argument of type CoreAudioDeviceStateChangeEventArgs having the following parameters:
Parameters |
Description |
||||||||||||
|
|
||||||||||||
nDataFlow |
Direction in which audio data flows between an audio endpoint device and an application. Supported values are the following:
|
||||||||||||
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. |
||||||||||||
nRole |
The role that the system has assigned to the audio endpoint device that became the new system default. Supported values are the following:
|