GET /transports/0/timecode
Get device’s timecode.
Response
200 - OK
The response is a JSON object.
Name Type Description
timecode number
The time of day timecode in units of binary-coded decimal
(BCD).
clip number
The position of the clip timecode in units of binary-coded
decimal (BCD).
GET /transports/0/timecode/source
Get timecode source selected on device
Response
200 - OK
The response is a JSON object.
Name Type Description
timecode string Possible values are: Timecode, Clip.
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
144Developer Information