EasyManua.ls Logo

Blackmagic Micro Studio Camera 4K G2 - Page 644

Blackmagic Micro Studio Camera 4K G2
1782 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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
Event Control API
API For working with built-in websocket.
GET /event/list
Get the list of events that can be subscribed to using the websocket API.
Response
200 - OK
The response is a JSON object.
644Developer Information

Table of Contents