Instruction manual

Programming
102
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Audio SEND_COMMANDs (Cont.)
?HDMIOUT_EQ Requests the status of the HDMI equalizer for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?HDMIOUT_EQ'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?HDMIOUT_EQ'"
Returns a COMMAND string of the form:
HDMIOUT_EQ-<option>
HDMIOUT_EQ Enables or disables the HDMI equalizer for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'HDMIOUT_EQ-<option>'"
Variable:
option = off, on
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'HDMIOUT_EQ-on'"
Turns on the HDMI output equalizer for the audio output port (#1 based on
D:P:S).
?INPUTEQ See the ?AUDMIC_EQ_GAIN section on page 89.
INPUTEQ See the AUDMIC_EQ_GAIN section on page 89.
?PHANTOM_PWR See the ?AUDMIC_PHANTOM_PWR section on page 94.
PHANTOM_PWR See the AUDMIC_PHANTOM_PWR section on page 94.
?SPDIFOUT_AUDIO Requests to which output the specified audio port is connected.
Syntax:
SEND_COMMAND <DEV>, "'?SPDIFOUT_AUDIO'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?SPDIFOUT_AUDIO'"
Returns a COMMAND string of the form:
SPDIFOUT_AUDIO-<option>
SPDIFOUT_AUDIO Sets the output to which the specified audio port is connected.
Syntax:
SEND_COMMAND <DEV>, "'SPDIFOUT_AUDIO-<option>'"
Variable:
option = off, HDMI out 1, HDMI out 2, HDMI out 3, HDMI out 4, analog out 1,
analog out 2, analog out 3, analog out 4
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'SPDIFOUT_AUDIO-HDMI out 1'"
Sets the audio of HDMI out 1 to play through the audio output port (#1 based
on D:P:S).
?VOLUME See the ?AUDOUT_VOLUME section on page 101.
VOLUME See the AUDOUT_VOLUME section on page 101.
?XPOINT Requests the mix level contribution of the audio input port addressed by
<input> to the audio output mixer addressed by <output>.
Syntax:
SEND_COMMAND <DEV>, "'?XPOINT-<input>,<output>'"
Variables:
input = 1, 2, 3 where 1=LINE, 2=Mic1, and 3=Mic2
output = 1..4 where 1 is for the AMP output and 2, 3, and 4 are for the
LINEOUT output.
Example:
SEND_COMMAND AUDIO_OUTPUT_2,"'?XPOINT-1,2'"
Returns a COMMAND string of the form:
XPOINT-<value>,<input>,<output>