/api/aes67/matrix-meter
Use the interface to obtain volume information of specific channel in AES67 matrix.
Request Mode
POST /api/aes67/matrix-meter
Name | Description |
---|---|
tx-no | TX channel number. |
rx-no | RX channel number. |
Response Body
{
"status": 0,
"dBFS": -100,
"min-db": -100,
"max-db": 40
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |
dbfs | dBFS value. |
min-db | dBFS minimum value. |
max-db | dBFS maximum value. |