GET /transports/0/timecode
Get device's timecode.
Response
200 - OK
The response is a JSON object.
Name
timecode
clip
GET /transports/0/timecode/source
Get timecode source selected on device
Response
200 - OK
The response is a JSON object.
Name
timecode
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
Type
Description
The time of day timecode in units of binary-coded decimal
number
(BCD).
The position of the clip timecode in units of binary-coded
number
decimal (BCD).
Type
Description
string
Possible values are: Timecode, Clip.
Type
Description
array
object
integer
Unique ID used to identify this clip
integer
Number of frames in this clip on the timeline
Informacje dla deweloperów
2191