/api/aes67/volume-mix
Use the interface to set volume for TX-RX cross point in audio matrix.
Request Mode
POST /api/aes67/volume-tx
Name | Description |
---|---|
volumes[i].tx-no | TX channel number. |
volumes[i].rx-no | RX channel number. |
volumes[i].rx-mute | Muted. |
volumes[i].db | Volume within [-36, 36], unit: dB. |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |