9. LW3 Programmers’ Reference
MX2-HDMI20 series – User's Manual
88
Applied firmware package: v1.7.0 | LDC software: v2.5.1b5
9.8.4.
Locking an Output
Command and Response
#lock
Ý
CALL·/MEDIA/XP/VIDEO:lockDestination(
<out>
)
Ü
mO·/MEDIA/XP/VIDEO:lockDestination=OK
Example
Ý
CALL /MEDIA/XP/VIDEO:lockDestination(O1;O4)
Ü
mO /MEDIA/XP/VIDEO:lockDestination=OK
9.8.5.
Unlocking an Output
Command and Response
#unlock
Ý
CALL·/MEDIA/XP/VIDEO:unlockDestination(
<out>
)
Ü
mO·/MEDIA/XP/VIDEO:unlockDestination=OK
Example
Ý
CALL /MEDIA/XP/VIDEO:unlockDestination(O1;O2;O4)
Ü
mO /MEDIA/XP/VIDEO:unlockDestination=OK
9.8.6.
Setting the HDCP Mode (Output Port)
Command and Response
#hdcp
Ý
SET·/MEDIA/PORTS/VIDEO/
<out>
/SETTINGS.HdcpMode=
<HDCP_mode>
Ü
pw·/MEDIA/PORTS/VIDEO/
<out>
/SETTINGS.HdcpMode=
<HDCP_mode>
Parameters
Identifier
Parameter description
Parameter values
<HDCP_mode>
The HDCP mode at the
output port
AUTO:
the setting is the same as on the input port. The
encryption of the signal on the output is the same as on the
input.
ALWAYS:
the outgoing signal is always encrypted on the
output.
Example
Ý
SET /MEDIA/PORTS/VIDEO/O1/SETTINGS.HdcpMode=AUTO
Ü
pw /MEDIA/PORTS/VIDEO/O1/SETTINGS.HdcpMode=AUTO
9.8.7.
Setting the Audio Mode
Command and Response
#audio #analogaudio
Ý
SET·/MEDIA/PORTS/VIDEO/
<out>
/EMBEDDEDAUDIO.AudioMode=
<audio_mode>
Ü
pw·/MEDIA/PORTS/VIDEO/
<out>
/EMBEDDEDAUDIO.AudioMode=
<audio_mode>
Parameters
Identifier
Parameter description
Parameter values
<audio_mode>
The current audio mode
OFF:
no audio in the video stream
HDMI:
the original audio is embedded in the video stream
ANALOG *:
the analog audio of the input port is embedded in
the video stream
*Analog audio properties appears only in
-Audio
suffixed models,
where there is an analog audio port beside the HDMI port.
Example
Ý
SET /MEDIA/PORTS/VIDEO/O1/EMBEDDEDAUDIO.AudioMode=OFF
Ü
pw /MEDIA/PORTS/VIDEO/O1/EMBEDDEDAUDIO.AudioMode=OFF
INFO: In case of
-Audio
suffixed models, modifying the /MEDIA/PORTS/VIDEO/
<out>
/EMBEDDEDAUDIO.
AudioMode=
<audio_mode>
property will change the
/MEDIA/PORTS/VIDEO/
<out>
/ANALOGAUDIO.
AudioMode=
<audio_mode>
property.