13
Standard NetLinx API (SNAPI) R 1.8.0
Audio Mixer
Component
Name: Audio Mixer
Interface: IAudioMixerComponent IAudioMixerComponent
Component Functions:
Name: Channel: Level: Command: Constant: Notes:
getAudioMixerCross-
point(input,output)
?XPOINT-<input>,<output> Query for Audio Mixer Crosspoint, responds with XPOINT-<value>,<input>,<output>
where <value> is 0 to 255, <input> is 1 to the maximum supported input and <output> is
the maximum supported output (see specific module documentation)
getAudioMixerPreset() ?MIXERPRESET Query for Audio Mixer Preset, responds with MIXERPRESET-<preset> where <preset>
is 1 to x and x is the maximum supported preset (see specific module documentation)
isAudioMixerCrosspoint-
MuteOn(input,output)
?XPOINTMUTE-<input>,<output> Query for Audio Mixer Crosspoint Mute, responds with XPOINTMUTE-
<state>,<input>,<output> where <state> is 0 (un-muted) or 1 (muted), <input> is 1 to
the maximum supported input and <output> is the maximum supported output (see
specific module documentation)
saveAudioMixerPre-
set(preset)
MIXERPRESETSAVE-<preset> Save Audio Mixer Preset where <preset> is 1 to x and x is the maximum supported pre-
set (see specific module documentation)
setAudioMixerCross-
point(input,out-
put[],value)
XPOINT-<value>,<input>,<out-
put>[,<output>,<output>Ö]
Set Audio Mixer Crosspoint for <input> to one or more <output>s where <value> is 0 to
255. <input> is 1 to the maximum supported input and <output> is 1 to the maximum
supported output (see specific module documentation)
setAudioMixerCross-
pointMuteOn(input,out-
put,state)
XPOINTMUTE-<state>,<input>,<out-
put>
Set Audio Mixer Crosspoint Mute for <input> and <output> where <state> is 0 (un-
muted) or 1 (muted). <input> is 1 to the maximum supported input and <output> is 1 to
the maximum supported output (see specific module documentation)
setAudioMixerPre-
set(preset)
MIXERPRESET-<preset> Recall Audio Mixer Preset where <preset> is 1 to x and x is the maximum supported
preset (see specific module documentation)
Listener
Name: Audio Mixer Listener
Interface: IAudioMixerComponentListener IAudioMixerComponentListener
Listener Functions:
Name: Channel: Level: Command: Constant: Notes:
processAudioMixerCros-
spointEvent
XPOINT-<value>,<input>,<output> Audio Mixer Crosspoint changed for <input> to one or more <output>s where <value>
is 0 to 255. <input> is 1 to the maximum supported input and <output> is 1 to the max-
imum supported output (see specific module documentation)
processAudioMixerCros-
spointMuteOnEvent
XPOINTMUTE-<state>,<input>,<out-
put>
Audio Mixer Crosspoint Mute changed for <input> and <output> where <state> is 0 (un-
muted) or 1 (muted). <input> is 1 to the maximum supported input and <output> is 1 to
the maximum supported output (see specific module documentation)
processAudioMixerPre-
setEvent
MIXERPRESET-<preset> Mixer preset changed, where <preset> is 1 to x and x is the maximum supported preset
(see specific module documentation)