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 Description
type string Possible values are: Play, Jog, Shuttle, Var.
loop boolean
When true playback loops from the end of the timeline to
the beginning of the timeline
singleClip boolean
When true playback loops from the end of the current clip to
the beginning of the current clip
speed number Playback Speed, 1.0 for normal forward playback
position integer Playback position on the timeline in units of video frames
384Information pour les développeurs