Instruction manual

Programming
113
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Video SEND_COMMANDs (Cont.)
VIDOUT_HSIZE Sets the horizontal size of the image displayed on the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_HSIZE-<value>'"
Variables:
value = 25..800
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_HSIZE-100'"
Sets the horizontal size of video output port (#1 based on D:P:S) to 100.
?VIDOUT_MUTE Requests to see if VIDEO mute is enabled or disabled.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_MUTE'"
Example:
SEND_COMMAND SWITCHER,"'?VIDOUT_MUTE'"
Returns a COMMAND string of the form:
VIDOUT_MUTE<ENABLE|DISABLE>
VIDOUT_MUTE Enables or disables VIDEO video output display (mute).
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_MUTE-ENABLE'"
?VIDOUT_ON Requests to see if a specified video output is enabled or disabled.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_ON'"
Example:
SEND_COMMAND SWITCHER,"'?VIDOUT_ON'"
Returns a COMMAND string of the form:
VIDOUT_ON-<ON|OFF>
VIDOUT_ON Turns on or turns off a specified video display.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_ON-<ON|OFF>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_ON-ON'"
?VIDOUT_OSD Requests whether the specified video port has the OSD setting enabled or disabled.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_OSD'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'? VIDOUT_OSD'"
Returns a COMMAND string of the form:
VIDOUT_OSD-<ENABLE|DISABLE>
VIDOUT_OSD Enables or Disables the On Screen Display (OSD) setting on the specified video port. If
enabled, then the OSD setting is on. If disabled, then the OSD setting is off.
Syntax:
SEND_COMMAND <DEV>," VIDOUT_'OSD-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"' VIDOUT_OSD-ENABLE'"