User Guide
Standard NetLinx API (SNAPI) R 1.8.0
296
Video Conferencer Functions (Cont.)
Name Component Channel Level Command Constant Notes
cyclePIP() IVideoConferencerComponent 194 PIP Momentary Function Channel: Cycle PIP
when channel is activated
cyclePIPPosition() IVideoConferencerComponent 191 PIP_POS Momentary Function Channel: Cycle PIP
positions when channel is activated
cyclePrivacy() IVideoConferencerComponent 145 VCONF_PRIVACY Momentary Function Channel: Cycle pri-
vacy when channel is activated
setPIPOn(state) IVideoConferencerComponent 195 PIP_ON Discrete Function Channel: PIP is on while
channel is active
setPrivacyOn(state) IVideoConferencerComponent 146 VCONF_PRIVACY_ON Discrete Function Channel: Privacy is on
while channel is active
swapPIP() IVideoConferencerComponent 193 PIP_SWAP Momentary Function Channel: Swap PIP
when channel is activated
train() IVideoConferencerComponent 147 VCONF_TRAIN Momentary Function Channel: Train is exe-
cuted when the channel is activated
processPIPEvent(boolean) IVideoConferencerComponentListener 195 PIP_FB Feedback Channel: PIP is on if channel is
on
processPrivacyEvent(boolean) IVideoConferencerComponentListener 146 VCONF_PRIVACY_FB Feedback Channel: Privacy is muted if
channel is on
cycleVolumeMute() IVolumeComponent 26 VOL_MUTE Momentary Function Channel: Cycle vol-
ume mute when channel is activated
cycleVolumePreset() IVolumeComponent 138 VOL_PRESET Momentary Function Channel: Cycle cam-
era preset when channel is activated
getVolumePreset() IVolumeComponent ?VOLPRESET Query for volume preset, responds with
VOLPRESET-<preset>
saveVolumePreset(preset) IVolumeComponent VOLPRESETSAVE-
<preset>
Save Volume Preset where <preset> is 1 to
x and x is the maximum supported preset
(see specific module documentation)
setVolume(level) IVolumeComponent 1 VOL_LVL Set volume, range is 0-255
setVolumeMuteOn(state) IVolumeComponent 199 VOL_MUTE_ON Discrete Function Channel: Volume mute is
on while channel is active
setVolumePreset(preset) IVolumeComponent VOLPRESET-<preset> Recall volume preset where <preset> is 1
to x and x is the maximum supported pre-
set (see specific module documentation)
setVolumeRamp(UP) IVolumeComponent 24 VOL_UP Ramping Channel: Volume is ramped up
while channel is active
setVolumeRamp(DOWN) IVolumeComponent 25 VOL_DN Ramping Channel: Volume is ramped down
while channel is active
processVolumeEvent(int) IVolumeComponentListener 1 VOL_LVL Volume changed, range is 0-255
processVolumeMuteEvent(boolean) IVolumeComponentListener 199 VOL_MUTE_FB Feedback Channel: Volume is muted if
channel is on