Inherits IDispatch.
|
| int | Count [get] |
| |
| BSTR | Id ([in] int iIndex) [get] |
| |
| BSTR | Name ([in] int iIndex) [get] |
| |
IAudioDevices interface helps to enumerate and identify recording and playback audio devices.
§ Count
Get number of audio devices.
- Parameters
-
§ Id
Get audio device ID. Audio device ID uniquely identifies a contact.
- Parameters
-
| iIndex | Audio device index. |
| pbstrVal | Return value. |
§ Name
| BSTR Name([in] int iIndex) |
|
getproperty |
Get audio device name.
- Parameters
-
| iIndex | Audio device index. |
| pbstrVal | Return value. |