PUT /transports/0/stop
Stop transport.
Response
204 - No Content
GET /transports/0/play
Determine if transport is playing.
Response
200 - OK
The response is a JSON object.
PUT /transports/0/play
Start playing on transport.
Response
204 - No Content
GET /transports/0/playback
Get playback state.
Response
200 - OK
The response is a JSON object.
Name
type
loop
singleClip
speed
position
Type
Description
string
Possible values are: Play, Jog, Shuttle, Var.
When true playback loops from the end of the timeline to
boolean
the beginning of the timeline
When true playback loops from the end of the current clip to
boolean
the beginning of the current clip
number
Playback Speed, 1.0 for normal forward playback
integer
Playback position on the timeline in units of video frames
Informações para Desenvolvedores
1317