select-audio-channels
Added at V2.3
Use this interface to select the audio channels to be encoded from the audio input channels, valid only when the input source is SDI and the number of input audio channels is greater than 8, and the selection is limited to a maximum of 8.
HTTP Request
GET http://ip/usapi?method=select-audio-channels&channel-mask=1
Parameter | Description |
---|---|
method | select-audio-channels |
channel-mask | mask for input audio channel. If the chosen number is n, (from 0 to 15), then channel-mask |= (1 << n) |
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. |