Timeline Control API
API for controlling playback timeline.
GET /timelines/0
Get the current playback timeline.
Response
200 - OK
The response is a JSON object.
Name
clips
clips[i]
clips[i].clipUniqueId
clips[i].frameCount
DELETE /timelines/0
Clear the current playback timeline.
Response
204 - No Content
POST /timelines/0/add
Add a clip to the end of the timeline.
Parameters
This parameter can be one of the following types:
Name
clips
Name
clips
clips[i]
Response
204 - No Content
Type
Description
array
object
integer
Unique ID used to identify this clip
integer
Number of frames in this clip on the timeline
Type
Description
integer
Unique ID used to identify this clip
Type
Description
array
integer
Unique ID used to identify this clip
Інформація для розробників
1723