7. LW3 Programmers’ Reference
UCX series – User's Manual
66
Applied firmware package: v1.1.0b7 | LDC software: v2.5.4b3
7.5.9. Query the Connected Destinations
Command and Response
ç
GET
·
/V1/MEDIA/VIDEO/XP/
<n>
.ConnectedDestinations
æ
pr
·
/V1/MEDIA/AUDIO/XP/
<in>
.ConnectedDestinations=
<out>
Example
ç
GET /V1/MEDIA/VIDEO/XP/I3.ConnectedDestinations
æ
pr /V1/MEDIA/VIDEO/XP/I3.ConnectedDestinations=O1;O2
7.5.10. Query the Input Switchable Ability
Video crosspoint has a limitation: I1 or I5 ports can not be selected to any output at the same time.
Busy
value of the switchable property
refers to the limitation.
Command and Response
ç
GET
·
/V1/MEDIA/VIDEO/XP/
<out>
/SWITCHABLE.
<in>
æ
pr
·
/V1/MEDIA/VIDEO/XP/
<out>
/SWITCHABLE.
<in>
=
<switchable_state>
Parameters
Parameter
Parameter description
Values
Value description
<switchable_state>
The chosen input is can be
switched to the output or not.
OK
The connection of the chosen input and
output is allowed.
Busy
The chosen input can not be switched to the
output.
Example
ç
GET /V1/MEDIA/VIDEO/XP/O2/SWITCHABLE.I1
æ
pr /V1/MEDIA/VIDEO/XP/O2/SWITCHABLE.I1=Busy
7.5.11.
SignalPresent
Command and Response
ç
GET
·
/V1/MEDIA/VIDEO/
<port>
.SignalPresent
æ
pr
·
/V1/MEDIA/VIDEO/
<port>
.SignalPresent=
<state>
Parameters
Parameter
Parameter description
Values
Value description
<state>
This property gives a feedback about
the current signal presence of the port.
true
The video signal is present.
false
The video signal is not present.
Example
ç
GET /V1/MEDIA/VIDEO/I1.SignalPresent
æ
pr /V1/MEDIA/VIDEO/I1.SignalPresent=false
7.5.12.
HDCP Setting (Input Port)
HDCP capability can be set on the input ports, thus, non-encrypted content can be seen on a non-HDCP
compliant display. See more information in the
section.
ATTENTION!
HDCP 2.2 signal handing is limited up to two input ports at the same time.
Command and Response
#hdcp
ç
SET·/V1/MEDIA/VIDEO/
<in>
/HDCP.AllowedHdcpVersion=
<allowed_hdcp>
æ
pw
·/V1/MEDIA/VIDEO/
<in>
/HDCP.AllowedHdcpVersion
=
<allowed_hdcp>
Parameters
Parameter
Parameter description
Values
Value description
<allowed_hdcp>
The input port reports
this HDCP capability.
HDCP 1.4
HDCP 2.2
Off
The input port reports HDCP 1.4 capability.
The input port reports HDCP 2.2 capability.
The input port reports non-HDCP compliant.
Example
ç
SET /V1/MEDIA/VIDEO/I1/HDCP.AllowedHdcpVersion=HDCP 1.4
æ
pw /V1/MEDIA/VIDEO/I1/HDCP.AllowedHdcpVersion=HDCP 1.4
7.5.13.
HdcpMode
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 the
section.
Command and Response
#hdcp
ç
SET·/V1/MEDIA/VIDEO/
<out>
.HdcpMode=
<hdcp_mode>
æ
pw
·
/V1/MEDIA/VIDEO/
<out>
.HdcpMode=
<hdcp_mode>
Parameters
Parameter
Parameter description
Values
Value description
<hdcp_mode>
HDCP encryption
setting on the output
port
Auto
The encryption is enabled on the output port if the signal
on the input port is encrypted.
Always
The outgoing signal is HDCP-encrypted.
Example
ç
SET /V1/MEDIA/VIDEO/O1/HDCP.HdcpMode=Auto
æ
pw /V1/MEDIA/VIDEO/O1/HDCP.HdcpMode=Auto