7. LW3 Programmers’ Reference
MMX6x2-HT series – User's Manual
59
7.4.2. Query the Status of Destination Port
Command and Response
GET•/MEDIA/XP/VIDEO.DestinationPortStatus
pr•/MEDIA/XP/VIDEO.DestinationPortStatus=
<O1_state>
;
<O2_state>
;...;
<O4_state>
The response contains 5 ASCII characters for each port. The first character indicates the mute/lock state,
the next four characters represent a 2-byte HEX code showing the current state of the input ports.
Example
GET /MEDIA/VIDEO/XP.DestinationPortStatus
pr /MEDIA/VIDEO/XP.DestionationPortStatus=M00AA;T00AA;T000A;T000A
Legend
Query the Status of Source Port
7.4.3. Query the Video Crosspoint Setting
Command and Response
GET•/MEDIA/VIDEO/XP.DestinationConnectionList
pr•/MEDIA/VIDEO/XP.DestinationConnectionList=
<out_connection>
Example
GET /MEDIA/VIDEO/XP.DestinationConnectionList
pr /MEDIA/VIDEO/XP.DestinationConnectionList=I1;I3;I1;I3
Explanation
I1 port is connected to O1 and O3, I3 is connected to O2 and O4.
7.4.4.
Switching Video Input
Command and Response
CALL•/MEDIA/VIDEO/XP:switch(
<in>
:
<out>
)
mO•/MEDIA/VIDEO/XP:switch
Example
CALL /MEDIA/VIDEO/XP:switch(I4:O1)
mO /MEDIA/VIDEO/XP:switch
Explanation
I4 port is connected to O1 port.
7.4.5. HDCP Setting (Input Port)
HDCP capability can be enabled/disabled on the input ports, thus, non-encrypted content can be seen on a
non-HDCP compliant display. See more information in
section.
Command and Response
SET•/MEDIA/VIDEO/
<In>
.HdcpEnable=
<logical_value>
pw•/MEDIA/VIDEO/
<In>
.HdcpEnable=
<logical_value>
Parameters
The
<logical_value>
can be set to
true
or
false
.
Example
SET /MEDIA/VIDEO/I1.HdcpEnable=false
pw /MEDIA/VIDEO/I1.HdcpEnable=false
7.4.6. HDCP Setting (Output Port)
HDCP capability can be set to Auto/Always on the output ports, thus, non-encrypted content can be
transmitted to a non-HDCP compliant display. See more information in
section.
Command and Response
SET•/MEDIA/VIDEO/
<out>
.HdcpModeSetting=
<parameter>
pw•/MEDIA/VIDEO/
<out>
.HdcpModeSetting=
<parameter>
Parameters
Identifier
Parameter description
Value
Explanation
<parameter>
HDCP mode
0
Auto
1
Always
Example
SET /MEDIA/VIDEO/O1.HdcpModeSetting=0
pw /MEDIA/VIDEO/O1.HdcpModeSetting=0