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 Type Description
clips array
clips[i] object
clips[i].clipUniqueId integer Unique ID used to identify this clip
clips[i].frameCount integer Number of frames in this clip on the timeline
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 Type Description
clips integer Unique ID used to identify this clip
Name Type Description
clips array
clips[i] integer Unique ID used to identify this clip
Response
204 - No Content
1056Developer Information