ZelloWork Client SDK
2.51
|
Inherits ISettings.
Inherited by ISettings3.
Public Member Functions | |
HRESULT | GetPlaybackDevices ([out, retval] IAudioDevices **pparrDevices) |
HRESULT | GetRecordingDevices ([out, retval] IAudioDevices **pparrDevices) |
Properties | |
BSTR | PlaybackDeviceId [get, set] |
BSTR | RecordingDeviceId [get, set] |
![]() | |
VARIANT_BOOL | CompactContactList [get, set] |
VARIANT_BOOL | ShowTrayIcon [get, set] |
VARIANT_BOOL | ShowOfflineMenuCommand [get, set] |
VARIANT_BOOL | ShowIncomingNotification [get, set] |
VARIANT_BOOL | ShowOutgoingNotification [get, set] |
VARIANT_BOOL | CreateSoftKeyBar [get, set] |
VARIANT_BOOL | VoxEnabled [get, set] |
int | VoxActivationThreshold [get, set] |
int | VoxDeactivationThreshold [get, set] |
int | VoxTriggerTime [get, set] |
int | VoxRelaxationTime [get, set] |
ISettings2 interface extends ISettings, allows persistent change of the recording and playback audio devices
HRESULT GetPlaybackDevices | ( | [out, retval] IAudioDevices ** | pparrDevices | ) |
Get IAudioDevices interface to access collection of audio devices currently available for playback
pparrDevices | Return value. |
HRESULT GetRecordingDevices | ( | [out, retval] IAudioDevices ** | pparrDevices | ) |
Get IAudioDevices interface to access collection of audio devices currently available for recording
pparrDevices | Return value. |
|
getsetproperty |
Get active playback audio device ID. Audio device ID uniquely identifies a device
pbstrVal | Return value. |
Update playback device Correct device ID should be obtained from IAudioDevices collection Empty device ID restores default device selection preferences
bstrNewDeviceId | New value. |
|
getsetproperty |
Get active recording audio device ID. Audio device ID uniquely identifies a device
pbstrVal | Return value. |
Update recording device Correct device ID should be obtained from IAudioDevices collection Empty device ID restores default device selection preferences
bstrNewDeviceId | New value. |