9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
134
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
134
MA
TRIX APPLIC
A
TION MODE
Applied F-series endpoint firmware package: v1.4.1 | Applied R-series endpoint firmware package: v1.4.1 | Applied MMU firmware package: v1.2.1 | LDC software: v1.34.0b2
9.12.7. Query the Tags of the Stream/Destination
The query returns with the tags which are added by the user.
Command and Response
#tag
ç
GET•/MEDIA/STREAMS/AUDIO/
<in
|
out>
.Tags
æ
pr•/MEDIA/STREAMS/AUDIO/
<in
|
out>
.Tags=
<tag>
Example
ç
GET /MEDIA/STREAMS/AUDIO/S102.Tags
æ
pr /MEDIA/STREAMS/AUDIO/S102.Tags=PCM;soundtrack;Die_Hard_2
9.12.8. Adding Tags to the Stream/Destination
The following characters are allowed in the
<tag>
parameter: non-capital letters (
a-z
), capital letters (
A-Z
),
numbers (
0-9
), and special characters (
- . _ ~ : / ? # [ ] @ ! $ & ( ) + = *
).
Command and Response
ç
CALL•/MEDIA/STREAMS/AUDIO/
<in
|
out>
:addTags(
<tag>
)
æ
mO•/MEDIA/STREAMS/AUDIO/
<in
|
out>
:addTags=
Example
ç
CALL /MEDIA/STREAMS/AUDIO/S401:addTags(intro;chillout)
æ
mO /MEDIA/STREAMS/AUDIO/S401:addTags=
9.12.9. Deleting Tags of the Stream
Command and Response
ç
CALL•/MEDIA/STREAMS/AUDIO/
<in
|
out>
:removeTags(
<tag>
)
æ
mO•/MEDIA/STREAMS/AUDIO/
<in
|
out>
:removeTags=
Example
ç
CALL /MEDIA/STREAMS/AUDIO/D101:removeTags(speakers;meeting_room)
æ
mO /MEDIA/STREAMS/AUDIO/D101:removeTags=
9.12.10. Deleting All Tags of the Stream
Command and Response
ç
CALL•/MEDIA/STREAMS/AUDIO/
<in
|
out>
:removeAllTags()
æ
mO•/MEDIA/STREAMS/AUDIO/
<in
|
out>
:removeAllTags=
Example
ç
CALL /MEDIA/STREAMS/AUDIO/D101:removeAllTags()
æ
mO /MEDIA/STREAMS/AUDIO/D101:removeAllTags=
9.12.11. Query All Tags of the Device
The query returns with all the tags which belongs to the device. One tag is always reserved for the MAC
address of the endpoint.
Command and Response
ç
GET•/MEDIA/STREAMS/AUDIO/
<in
|
out>
.DeviceTags
æ
pr•/MEDIA/STREAMS/AUDIO/
<in
|
out>
.DeviceTags=
<tag>
Example
ç
GET /MEDIA/STREAMS/AUDIO/S201.DeviceTags
æ
pr /MEDIA/STREAMS/AUDIO/S201.DeviceTags=Intro;A8:D2:36:F0:00:35;TX_MeetingRoom;#2
9.13. Analog Audio Port Settings
DIFFERENCE:
Only the UBEX-PRO20-HDMI-F110 endpoint model is built with analog audio input and
output ports.
9.13.1. Setting the Volume in dB
Command and Response
#analogaudio #volume
ç
SET•/MEDIA/STREAMS/AUDIO/
<in
|
out>
/Port.VolumedB=
<volume>
æ
pw•/MEDIA/STREAMS/AUDIO/
<in
|
out>
/Port.VolumedB=
<volume>
Parameters
Identifier
Parameter description
<volume>
Sets the input volume (attenuation) between -95.62 dB and 0 dB.
Example
ç
SET /MEDIA/STREAMS/AUDIO/S103/PORT.VolumedB=-15
æ
pw /MEDIA/STREAMS/AUDIO/S103/PORT=-15.000
9.13.2. Setting the Volume in Percent
Command and Response
ç
SET•/MEDIA/STREAMS/AUDIO/
<in
|
out>
/PORT.VolumePercent=
<percent>
æ
pw•/MEDIA/STREAMS/AUDIO/
<in
|
out>
/PORT.VolumePercent=
<percent>
Example
ç
SET /MEDIA/STREAMS/AUDIO/D103/PORT.VolumePercent=50
æ
pw /MEDIA/STREAMS/AUDIO/D103/PORT.VolumePercent=50.00