User Guide
Standard NetLinx API (SNAPI) R 1.8.0
32
Audio Processor Functions (Cont.)
Name Component Channel Level Command Constant Notes
getAudioProcessorOutput(input) IAudioProcessorComponent ?OUTPUT-<input> Query for the outputs connected to an
input, respond with SWITCH-
L<sl>I<input>O<output>,<output>Ö where
<sl> is AUDIO and <input> is 0 if there is
no connection.
getAudioProcessorPreset() IAudioProcessorComponent ?AUDIOPROCPRE-
SET
Query for Audio Processor Preset,
responds with AUDIOPROCPRESET-
<preset> where <preset> is 1 to x and x is
the maximum supported preset (see spe-
cific module documentation)
isAudioProcessorCrosspointMu-
teOn(input,output)
IAudioProcessorComponent ?XPOINTMUTE-
<input>,<output>
Query for Audio Processor 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 <out-
put> is 1 to the maximum supported output
(see specific module documentation)
removeAudioProcessorComponent(audio-
ProcessorAddress)
IAudioProcessorComponent AUDIOPROCRE-
MOVEADDR-
<address>
Remove the Audio Processor object with
address <address>, where <address> is
the object address
removeAudioProcessorComponent(index) IAudioProcessorComponent AUDIOPROCRE-
MOVEIDX-<index>
Remove the Audio Processor object at
index <index>, where <index> is 1 through
x and x is the maximum supported index
(see specific module documentation)
saveAudioProcessorPreset(preset) IAudioProcessorComponent AUDIOPROCPRESET-
SAVE-<preset>
Save Audio Processor Preset where <pre-
set> is 1 to x and x is the maximum sup-
ported preset (see specific module
documentation)
setAudioProcessorCrosspoint(input,out-
put[],value)
IAudioProcessorComponent XPOINT-
<value>,<input>,<out-
put>[,<output>,<out-
put>Ö]
Set Audio Processor crosspoint for <input>
to one or more <output>s where <value> is
0 to 255. <input> is 1 to the maximum sup-
ported input and <output> is 1 to the maxi-
mum supported output (see specific
module documentation)
setAudioProcessorCrosspointMu-
teOn(input,output,state)
IAudioProcessorComponent XPOINTMUTE-
<state>,<input>,<out-
put>
Set Audio Processor Crosspoint Mute for
<input> and <output> where <state> is 0
(un-muted) or 1 (muted). <input> is 1 to
the maximum supported input and <out-
put> is 1 to the maximum supported output
(see specific module documentation)
setAudioProcessorLevel(level) IAudioProcessorComponent 1 AUDIOPROC_LVL Set Audio Processor level, range is 0-255
setAudioProcessorPreset(preset) IAudioProcessorComponent AUDIOPROCPRESET-
<preset>
Recall Audio Processor Preset where <pre-
set> is 1 to x and x is the maximum sup-
ported preset (see specific module
documentation)
setAudioProcessorStateOn(state) IAudioProcessorComponent 199 AUDIOPROC_STATE_ON Discrete Function Channel: Audio Proces-
sor state is on while channel is active