![Lightware HDMI-3D-OPT-RX150RA Скачать руководство пользователя страница 60](http://html.mh-extra.com/html/lightware/hdmi-3d-opt-rx150ra/hdmi-3d-opt-rx150ra_user-manual_1915357060.webp)
7. LW3 Programmer's Reference
HDMI-3D-OPT series – User's Manual
60
7.6.7. Query the Input Port Priority
Command format
:
GET
●
/MEDIA/VIDEO/XP.PortPriorityList
Response format
:
pr
●
/MEDIA/VIDEO/XP.PortPrioirtyList=<O
n
_list>
The response shows the priority of each output one after another. The priority number can be from 0 to 31;
0 is the highest- and 30 is the lowest priority. 31 means that the port will be skipped from the priority list.
Legend:
<O
n
_list>
The input port priority order of the given output port: <I
1
>,<I
2
>,…,<I
m
>
Example:
˃
GET /MEDIA/VIDEO/XP.PortPriorityList
˂
pr /MEDIA/VIDEO/XP.PortPriorityList=0,1,2,3,4,5
Explanation:
Priority
0
1
...
x
Video input port
I1
I2
...
I
m
Highest priority is assigned to I1 port.
ATTENTION!
The same priority number can be set to different input ports. When the priority numbers
match, the input port with the lowest port number will have the highest priority.
7.6.8.
Change the Input Port Priority
Command format
: CALL
●
/MEDIA/VIDEO/XP:setAutoselectionPriority(<I
n
>(<O
m
>):<prio>)
Response format
: mO
●
/MEDIA/VIDEO/XP:setAutoselectionPrioirty
Legend:
<prio>:
Priority number from 0 to 31, equal numbers are allowed (31 means that the port
will be skipped from the priority list).
An input port priority can be set on an output port. Many settings can be executed by separating a semicolon
(no space), see the example below.
Example:
˃
CALL /MEDIA/VIDEO/XP:setAutoselectionPriority(I1\(O1\):3;I2\(O1\):3)
˂
mO /MEDIA/VIDEO/XP:setAutoselectionPriority
Explanation
:
The priority number of input 1 and Input 2 has been set to 3 on output 1. The example shows that certain
control characters have been escaped: the backslash “\” character is inserted before the “(“ and “)” characters.
See more information about the escaping in the
7.6.9.
Mute an Input Port
Command format:
CALL
●
/MEDIA/VIDEO/XP:muteSource(<I
n
>)
Response format:
mO
●
/MEDIA/VIDEO/XP:muteSource
Example:
˃
CALL /MEDIA/VIDEO/XP:muteSource(I1)
˂
mO /MEDIA/VIDEO/XP:muteSource
7.6.10.
Unmute an Input Port
Command format
:
CALL
●
/MEDIA/VIDEO/XP:unmuteSource(<I
n
>)
Response format
:
mO
●
/MEDIA/VIDEO/XP:unmuteSource
Example
:
˃
CALL /MEDIA/VIDEO/XP:unmuteSource(I1)
˂
mO /MEDIA/VIDEO/XP:unmuteSource
7.6.11.
Lock an Input Port
Command format
:
CALL
●
/MEDIA/VIDEO/XP:lockSource(<I
n
>)
Response format
: mO
●
/MEDIA/VIDEO/XP:lockSource
Example
:
˃
CALL /MEDIA/VIDEO/XP:lockSource(I1)
˂
mO /MEDIA/VIDEO/XP:lockSource
7.6.12.
Unlock an Input Port
Command format
:
CALL
●
/MEDIA/VIDEO/XP:unlockSource(<I
n
>)
Response format
:
mO
●
/MEDIA/VIDEO/XP:unlockSource
Example
:
˃
CALL /MEDIA/VIDEO/XP:unlockSource(I1)
˂
mO /MEDIA/VIDEO/XP:unlockSource
7.6.13.
Mute Output
Command format
:
CALL
●
/MEDIA/VIDEO/XP:muteDestination(<O
n
>)
Response format
:
mO
●
/MEDIA/VIDEO/XP:muteDestination
Example
:
˃
CALL /MEDIA/VIDEO/XP:muteDestination(O1)
˂
mO /MEDIA/VIDEO/XP:muteDestination