![Lightware HDMI20-OPTC series Скачать руководство пользователя страница 47](http://html.mh-extra.com/html/lightware/hdmi20-optc-series/hdmi20-optc-series_user-manual_1915377047.webp)
6. LW3 Programmers’ Reference
HDMI20-OPTC series – User's Manual
47
6.4. Video Port and Crosspoint Settings
6.4.1. Querying the Crosspoint Setting
Command and Response
Ý
GET•/MEDIA/VIDEO/XP.DestinationConnectionList
Ü
pr•/MEDIA/VIDEO/XP.DestinationConnectionList=
<out1_state>
;
<out2_state>
Example
Ý
GET /MEDIA/VIDEO/XP.DestinationConnectionList
Ü
pr /MEDIA/VIDEO/XP.DestinationConnectionList=I1;I1
I1 input port is connected to all output ports.
6.4.2. Switching Video Input
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:switch(
<in>
:
<out>
)
Ü
mO•/MEDIA/VIDEO/XP:switch
Example
Ý
CALL /MEDIA/VIDEO/XP:switch(I1:O1)
Ü
mO /MEDIA/VIDEO/XP:switch
6.4.3. Muting Input Port
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:muteSource(
<in>
)
Ü
mO•/MEDIA/VIDEO/XP:muteSource
Example
Ý
CALL /MEDIA/VIDEO/XP:muteSource(I1)
Ü
mO /MEDIA/VIDEO/XP:muteSource
6.4.4. Unmuting Input Port
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:unmuteSource(
<in>
)
Ü
mO•/MEDIA/VIDEO/XP:unmuteSource
Example
Ý
CALL /MEDIA/VIDEO/XP:unmuteSource(I1)
Ü
mO /MEDIA/VIDEO/XP:unmuteSource
6.4.5. Locking Input Port
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:lockSource(
<in>
)
Ü
mO•/MEDIA/VIDEO/XP:lockSource
Example
Ý
CALL /MEDIA/VIDEO/XP:lockSource(I1)
Ü
mO /MEDIA/VIDEO/XP:lockSource
6.4.6. Unlocking Input Port
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:unlockSource(
<in>
)
Ü
mO•/MEDIA/VIDEO/XP:unlockSource
Example
Ý
CALL /MEDIA/VIDEO/XP:unlockSource(I1)
Ü
mO /MEDIA/VIDEO/XP:unlockSource
6.4.7. HDCP Setting
This setting allows to send non-encrypted content to a non-HDCP compliant display. See more information
section.
Command and Response
Ý
SET•/MEDIA/VIDEO/
<in>
.HdcpVersion=
<hdcp_version>
Ü
pw•/MEDIA/VIDEO/
<in>
.HdcpVersion=
<hdcp_version>
Parameters
0
: Disable HDCP on input
1
: Allow HDCP 1.4 only
2
: Allow HDCP 2.2 and HDCP 1.4
Example
Ý
SET /MEDIA/VIDEO/I1.HdcpVersion=0
Ü
pw /MEDIA/VIDEO/I1.HdcpVersion=0