Represents a subscription to system audio device notifications. This object sends events when a system input or output audio device is added or removed, and when the default system input or output audio device changes. This instance can be disposed when no longer used to release unmanaged resources.
More...
Inherits IDisposable.
|
EventHandler< InputAudioDeviceEventArgs > | InputDeviceAdded |
| Sent when a new audio input device is detected by the system.
|
EventHandler< OutputAudioDeviceEventArgs > | OutputDeviceAdded |
| Sent when a new audio output device is detected by the system.
|
EventHandler< InputAudioDeviceEventArgs > | InputDeviceRemoved |
| Sent when an audio input device is removed from the system.
|
EventHandler< OutputAudioDeviceEventArgs > | OutputDeviceRemoved |
| Sent when an audio output device is removed from the system.
|
EventHandler< InputAudioDeviceEventArgs > | DefaultInputDeviceChanged |
| Sent when the default audio input device changes at the system level.
|
EventHandler< OutputAudioDeviceEventArgs > | DefaultOutputDeviceChanged |
| Sent when the default audio output device changes at the system level.
|
Represents a subscription to system audio device notifications. This object sends events when a system input or output audio device is added or removed, and when the default system input or output audio device changes. This instance can be disposed when no longer used to release unmanaged resources.