7. LW3 Programmers’ Reference
MMX6x2-HT series – User's Manual
61
7.4.10.
Changing the Input Port Priority
Command and Response
CALL•/MEDIA/VIDEO/XP:setAutoselectionPriority(
<in>
(
<out>
):
<prio>
)
mO•/MEDIA/VIDEO/XP:setAutoselectionPrioirty
Legend
Identifier
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/VIDEO/XP:setAutoselectionPriority (I1(O1):31;I2(O1):1;I3(O1):2;I4(O1):3;I5(O1):4;I6(O1):5)
mO /MEDIA/VIDEO/XP:setAutoselectionPriority
Explanation
The Input 1 is ignored from the autoselection, priority order of the inputs are: I2, I3, I4, I5, I6.
7.4.11.
Mute 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
7.4.12.
Unmute 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
7.4.13.
Lock 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
7.4.14.
Unlock 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
7.4.15.
Mute Output Port
Command format
CALL•/MEDIA/VIDEO/XP:muteDestination(
<out>
)
mO•/MEDIA/VIDEO/XP:muteDestination
Example
CALL /MEDIA/VIDEO/XP:muteDestination(O1)
mO /MEDIA/VIDEO/XP:muteDestination
7.4.16.
Unmute Output Port
Command format
CALL•/MEDIA/VIDEO/XP:unmuteDestination(
<out>
)
mO•/MEDIA/VIDEO/XP:unmuteDestination
Example
CALL /MEDIA/VIDEO/XP:unmuteDestination(O1)
mO /MEDIA/VIDEO/XP:unmuteDestination