/api/aoip/audio-meter
Use the interface to obtain all volume of matrix.
Request Mode
POST /api/aoip/audio-meter
Response Body
{
"tx-db": [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-81,
-81,
-81,
-81,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
],
"rx-db": [
-88,
-83,
-95,
-91,
-100,
-100,
-100,
-100,
-26,
-26,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
],
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |
tx-db | TX dBFs value. |
rx-db | RX dBFs value. |