7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
86
Applied firmware package: v1.2.0 | LDC software: v2.4.1b7
7.6.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.6.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.6.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.6.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.6.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
7.6.13.
Mute Audio Output
Command and Response
#mute
ç
CALL·/MEDIA/AUDIO/XP:muteDestination(
<out>
)
æ
mO
·
/MEDIA/AUDIO/XP:muteDestination
Example
ç
CALL /MEDIA/AUDIO/XP:muteDestination(O1)
æ
mO /MEDIA/AUDIO/XP:muteDestination
7.6.14.
Unmute Audio Output
Command and Response
#unmute
ç
CALL·/MEDIA/AUDIO/XP:unmuteDestination(
<out>
)
æ
mO
·
/MEDIA/AUDIO/XP:unmuteDestination
Example
ç
CALL /MEDIA/AUDIO/XP:unmuteDestination(O1)
æ
mO /MEDIA/AUDIO/XP:unmuteDestination