ZelloWork Client SDK  2.51
Properties | List of all members
IAudioDevices Interface Reference

Inherits IDispatch.

Properties

int Count [get]
 
BSTR Id ([in] int iIndex) [get]
 
BSTR Name ([in] int iIndex) [get]
 

Detailed Description

IAudioDevices interface helps to enumerate and identify recording and playback audio devices.

Property Documentation

§ Count

int Count
getproperty

Get number of audio devices.

Parameters
piValReturn value.

§ Id

BSTR Id([in] int iIndex)
getproperty

Get audio device ID. Audio device ID uniquely identifies a contact.

Parameters
iIndexAudio device index.
pbstrValReturn value.

§ Name

BSTR Name([in] int iIndex)
getproperty

Get audio device name.

Parameters
iIndexAudio device index.
pbstrValReturn value.