CoreAudioDevices object |
|
The CoreAudioDevices object, accessible through the control's CoreAudioDevices property, is internally implemented as a COM interface called ICoreAudioDevices and contains methods needed to manage audio devices under Windows Vista and later versions.
The CoreAudioDevices object is implemented through the following methods:
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.
Samples of usage of access to audio devices in Visual C++ 6 and Visual Basic 6 can be found inside the following samples installed with the product's setup package:
- CoreAudioDevices