7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
97
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
7.7.7. Query the Input Port Priority
Command and Response
ç
GET·/MEDIA/AUDIO/XP.PortPriorityList
æ
pr·/MEDIA/AUDIO/XP.PortPrioirtyList=
<in1_prio>
Legend
<out_prio>
:
The input port priority order of the given output port: I1 to I5.
Example
ç
GET /MEDIA/AUDIO/XP.PortPriorityList
æ
pr /MEDIA/AUDIO/XP.PortPriorityList=0,1,2,3,4
Explanation
The Input 1 has the highest priority and Input 5 has the lowest priority on O1 output 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.7.8.
Changing the Input Port Priority
Command and Response
ç
CALL·/MEDIA/AUDIO/XP:setAutoselectionPriority(
<in>
(
<out>
):
<prio>
)
æ
mO·/MEDIA/AUDIO/XP:setAutoselectionPrioirty
Legend
Parameter
Parameter description
<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/AUDIO/XP:setAutoselectionPriority (I1(O1):1;I2(O1):0;I3(O1):2 I4(O1):3;I5(O1):4)
æ
mO /MEDIA/AUDIO/XP:setAutoselectionPriority
Explanation
The priority order of the inputs for O1 is: I2, I1, I3, I4, I5.
7.7.9.
Mute Audio Input
Command and Response
#mute
ç
CALL·/MEDIA/AUDIO/XP:muteSource(
<in>
)
æ
mO
·
/MEDIA/AUDIO/XP:muteSource
Example
ç
CALL /MEDIA/AUDIO/XP:muteSource(I1)
æ
mO /MEDIA/AUDIO/XP:muteSource
7.7.10.
Unmute Audio Input
Command and Response
#unmute
ç
CALL·/MEDIA/AUDIO/XP:unmuteSource(
<in>
)
æ
mO
·
/MEDIA/AUDIO/XP:unmuteSource
Example
ç
CALL /MEDIA/AUDIO/XP:unmuteSource(I1)
æ
mO /MEDIA/AUDIO/XP:unmuteSource
7.7.11.
Lock Audio Input
Command and Response
#lock
ç
CALL·/MEDIA/AUDIO/XP:lockSource(
<in>
)
æ
mO
·
/MEDIA/AUDIO/XP:lockSource
Example
ç
CALL /MEDIA/AUDIO/XP:muteSource(I1)
æ
mO /MEDIA/AUDIO/XP:muteSource
7.7.12.
Unlock Audio Input
Command and Response
#unlock
ç
CALL·/MEDIA/AUDIO/XP:unlockSource(
<in>
)
æ
mO
·
/MEDIA/AUDIO/XP:unlockSource
Example
ç
CALL /MEDIA/AUDIO/XP:unmuteSource(I1)
æ
mO /MEDIA/AUDIO/XP:unmuteSource