set-sync-offset
added in V1.3
Use this interface to set audio offset in milliseconds. Set a positive value to delay the start of the audio track, or set a negative value to reduce the delay.
HTTP Request
GET http://ip/usapi?method=set-sync-offset&audio-sync-offset=100
Parameter | Description |
---|---|
method | set-sync-offset |
audio-sync-offset | Set audio offset, ranging from -200 to 200ms. |
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. |