7. LW3 Programmers’ Reference
MODEX-F15-OPTS, MODEX-F15-OPTM series – User's Manual
60
7.6.12.
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\):6;I2\(O1\):6)
˂
mO /MEDIA/VIDEO/XP:setAutoselectionPriority
Explanation
:
The priority number of input 1 and Input 2 has been set to 6 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 in
7.6.13.
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.14.
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.15.
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.16.
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.17.
Mute an 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
7.6.18.
Unmute an Output
Command format
:
CALL
●
/MEDIA/VIDEO/XP:unmuteDestination(<O
n
>)
Response format
:
mO
●
/MEDIA/VIDEO/XP:unmuteDestination
Example
:
˃
CALL /MEDIA/VIDEO/XP:unmuteDestination(O1)
˂
mO /MEDIA/VIDEO/XP:unmuteDestination
7.6.19.
Lock an Output
Command format
:
CALL
●
/MEDIA/VIDEO/XP:lockDestination(<O
n
>)
Response format
:
mO
●
/MEDIA/VIDEO/XP:lockDestination
Example
:
˃
CALL /MEDIA/VIDEO/XP:lockDestination(O1)
˂
mO /MEDIA/VIDEO/XP:lockDestination
7.6.20.
Unlock an Output
Command format
:
CALL
●
/MEDIA/VIDEO/XP:unlockDestination(<O
n
>)
Response format
:
mO
●
/MEDIA/VIDEO/XP:unlockDestination
Example
:
˃
CALL /MEDIA/VIDEO/XP:unlockDestination(O1)
˂
mO /MEDIA/VIDEO/XP:unlockDestination