set-sync-offset
Added in V1.3
Use the interface to set audio delay time in milliseconds. Specify a negative value in case of audio lag. Otherwise, specify a positive value when the audio is ahead.
HTTP Request
GET http://ip/usapi?method=set-sync-offset&audio-sync-offset=100
Parameter | Description |
---|---|
method | set-sync-offset |
audio-sync-offset | Specify audio delay time from -200 to 200 milliseconds. |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |