![]() |
SwyxIt! Client SDK
14.21
|
import "CLMgrPub.idl";
Public Attributes | |
| int | m_iDeviceIndex |
| if a handset plugin detected multiple devices, the devices are indexed, starting with 0 | |
| BSTR | m_sDeviceName |
| friendly name of device, will be displayed in drop down lists for device selection | |
| PubCLMgrHSDeviceType | m_DeviceType |
| type of device | |
| BOOL | m_bSupportsHookOff |
| does the device support "hook off" ? | |
| PubCLMgrHSDeviceInterfaceType | m_InterfaceType |
| interface used for hook off detection | |
| BOOL | m_bSupportsDisplay |
| device has display (needs SkinInfoDetailChanged events) | |
| BOOL | m_bSupportsLEDs |
| device has LEDs on command buttons (needs SkinActionAreaStateChanged events) | |
| BOOL | m_bSupportsKeypad |
| device has keypad with digits etc. | |
| BOOL | m_bSupportsMute |
| device supports mute via API | |
| BOOL | m_bSupportsHandsfree |
| device supports switching to handsfree via API | |
| BOOL | m_bSupportsOpenListening |
| device supports additional speaker (speaker phone) for open listening | |
| BOOL | m_bSupportsRinging |
| device supports own ringing sound / mode | |
| BOOL | m_bSupportsWave |
| device supports waveform API | |
| BOOL | m_bSupportsDS |
| device supports direct sound API | |
| BSTR | m_sSounddeviceFriendlyName |
| Friendly name for associated sound device. | |
| BSTR | m_sPlaybackSounddeviceDS |
| Playback Sound device name when using direct sound. | |
| BSTR | m_sPlaybackSounddeviceWave |
| Playback Sound device name when not using direct sound. | |
| BSTR | m_sRecordSounddeviceDS |
| Record Sound device name when using direct sound. | |
| BSTR | m_sRecordSounddeviceWave |
| Record Sound device name when not using direct sound. | |
| BSTR | m_sMixerdevice |
| Mixer device name. | |
| int | m_iRecordBuffers |
| number of buffers for recording | |
| int | m_iPlayBuffers |
| number of buffers for playback | |
| DWORD | m_dwRecordLevelMin |
| minimum record level (windows recording mixer) | |
| DWORD | m_dwRecordLevelMax |
| maximum record level (windows recording mixer) | |
| DWORD | m_dwMasterVolume |
| default for master volume (windows mixer) | |
| DWORD | m_dwWaveVolume |
| default for wave volume (windows mixer) | |
| DWORD | m_dwWaveEndpointLevel |
| default for our own mediastreaming wave endpoint level | |
| int | m_iRecordBuffersDS |
| number of buffers for recording for Direct Sound | |
| int | m_iPlayBuffersDS |
| number of buffers for playback for Direct Sound | |
| DWORD | m_dwRecordLevelMinDS |
| minimum record level (windows recording mixer) when using direct sound | |
| DWORD | m_dwRecordLevelMaxDS |
| maximum record level (windows recording mixer) when using direct sound | |
| DWORD | m_dwMasterVolumeDS |
| default for master volume (windows mixer) when using direct sound | |
| DWORD | m_dwWaveVolumeDS |
| default for wave volume (windows mixer) when using direct sound | |
| DWORD | m_dwWaveEndpointLevelDS |
| default for our own mediastreaming wave endpoint level when using direct sound | |
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsDisplay |
device has display (needs SkinInfoDetailChanged events)
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsDS |
device supports direct sound API
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsHandsfree |
device supports switching to handsfree via API
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsHookOff |
does the device support "hook off" ?
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsKeypad |
device has keypad with digits etc.
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsLEDs |
device has LEDs on command buttons (needs SkinActionAreaStateChanged events)
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsMute |
device supports mute via API
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsOpenListening |
device supports additional speaker (speaker phone) for open listening
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsRinging |
device supports own ringing sound / mode
| BOOL PubCLMgrDeviceCapabilities::m_bSupportsWave |
device supports waveform API
| PubCLMgrHSDeviceType PubCLMgrDeviceCapabilities::m_DeviceType |
type of device
| DWORD PubCLMgrDeviceCapabilities::m_dwMasterVolume |
default for master volume (windows mixer)
| DWORD PubCLMgrDeviceCapabilities::m_dwMasterVolumeDS |
default for master volume (windows mixer) when using direct sound
| DWORD PubCLMgrDeviceCapabilities::m_dwRecordLevelMax |
maximum record level (windows recording mixer)
| DWORD PubCLMgrDeviceCapabilities::m_dwRecordLevelMaxDS |
maximum record level (windows recording mixer) when using direct sound
| DWORD PubCLMgrDeviceCapabilities::m_dwRecordLevelMin |
minimum record level (windows recording mixer)
| DWORD PubCLMgrDeviceCapabilities::m_dwRecordLevelMinDS |
minimum record level (windows recording mixer) when using direct sound
| DWORD PubCLMgrDeviceCapabilities::m_dwWaveEndpointLevel |
default for our own mediastreaming wave endpoint level
| DWORD PubCLMgrDeviceCapabilities::m_dwWaveEndpointLevelDS |
default for our own mediastreaming wave endpoint level when using direct sound
| DWORD PubCLMgrDeviceCapabilities::m_dwWaveVolume |
default for wave volume (windows mixer)
| DWORD PubCLMgrDeviceCapabilities::m_dwWaveVolumeDS |
default for wave volume (windows mixer) when using direct sound
| int PubCLMgrDeviceCapabilities::m_iDeviceIndex |
if a handset plugin detected multiple devices, the devices are indexed, starting with 0
| PubCLMgrHSDeviceInterfaceType PubCLMgrDeviceCapabilities::m_InterfaceType |
interface used for hook off detection
| int PubCLMgrDeviceCapabilities::m_iPlayBuffers |
number of buffers for playback
| int PubCLMgrDeviceCapabilities::m_iPlayBuffersDS |
number of buffers for playback for Direct Sound
| int PubCLMgrDeviceCapabilities::m_iRecordBuffers |
number of buffers for recording
| int PubCLMgrDeviceCapabilities::m_iRecordBuffersDS |
number of buffers for recording for Direct Sound
| BSTR PubCLMgrDeviceCapabilities::m_sDeviceName |
friendly name of device, will be displayed in drop down lists for device selection
| BSTR PubCLMgrDeviceCapabilities::m_sMixerdevice |
Mixer device name.
| BSTR PubCLMgrDeviceCapabilities::m_sPlaybackSounddeviceDS |
Playback Sound device name when using direct sound.
| BSTR PubCLMgrDeviceCapabilities::m_sPlaybackSounddeviceWave |
Playback Sound device name when not using direct sound.
| BSTR PubCLMgrDeviceCapabilities::m_sRecordSounddeviceDS |
Record Sound device name when using direct sound.
| BSTR PubCLMgrDeviceCapabilities::m_sRecordSounddeviceWave |
Record Sound device name when not using direct sound.
| BSTR PubCLMgrDeviceCapabilities::m_sSounddeviceFriendlyName |
Friendly name for associated sound device.