AMX AVB-WP-TX-MULTI-DXLINK Manual de instrucciones Pagina 90

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 154
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 89
NetLinx Programming of DXLink Transmitters and Receivers
84
Instruction Manual – DXLink™ Twisted Pair Transmitters/Receiver
DXLink Receiver Audio SEND_COMMANDs
DXLink Receiver Audio SEND_COMMANDs are sent to Port 6.
Audio SEND_COMMANDs (Receivers)
Command Description
?AUDOUT_DELAY
Requests the audio delay
setting for the Receiver.
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_DELAY'"
Example:
SEND_COMMAND dvRX,"'?AUDOUT_DELAY'"
Returns a COMMAND of the form:
AUDOUT_DELAY-50
AUDOUT_DELAY
Sets the audio delay in
milliseconds on the Receiver.
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_DELAY-<value>'"
Variable:
value = 0 to 200 in milliseconds
Example:
SEND_COMMAND dvRX,"'AUDOUT_DELAY-50'"
Sets the delay for the audio output port to 50 milliseconds.
Note: AUDOUT_DELAY will only delay non-compressed 2 channel audio, not
S/PDIF, Dolby TrueHD, Dolby Digital, DTS-HD Master Audio, or DTS.
?AUDOUT_MUTE
Requests the setting for the
Mute preference of the audio
from the Receiver (Enable or
Disable).
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_MUTE'"
Example:
SEND_COMMAND dvRX,"'?AUDOUT_MUTE'"
Returns a COMMAND of the form:
AUDOUT_MUTE-<ENABLE|DISABLE>
AUDOUT_MUTE
Sets the Mute preference of
the audio from the Receiver
to Enable (no sound) or
Disable.
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND dvRX,"'AUDOUT_MUTE-ENABLE'"
?AUDOUT_FORMAT
Requests the audio format on
the Receiver.
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_FORMAT'"
Variable:
format = HDMI, ANALOG, ALL
Example:
SEND_COMMAND dvRX,"'?AUDOUT_FORMAT'"
Returns a COMMAND of the form:
AUDOUT_FORMAT-<format>
AUDOUT_FORMAT
Sets the audio format on the
Receiver (default is ALL).
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_FORMAT-<format>'"
Variable:
format = HDMI, ANALOG, ALL
Example:
SEND_COMMAND dvRX,"'AUDOUT_FORMAT-ANALOG'"
Vista de pagina 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 153 154

Comentarios a estos manuales

Sin comentarios