set-audio-mixer-config
Added at: V2.4
Configure audio output.
HTTP Request
GET http://ip/usapi?method=set-audio-mixer-config&enable-spi-mix=1...
| Parameter | Description |
|---|---|
| method | Method name: set-audio-mixer-config |
| enable-spi-mix | Whether to output HDMI or SDI audio 0: Not output 1: Output |
| enable-lineout-mix | Whether to output Line Out audio 0: Not output 1: Output |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |