PUT /transports/0/playback
Set playback state.
Parameters
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
Response
204 - No Content
GET /transports/0/record
Get record state.
Response
200 - OK
The response is a JSON object.
Name Type Description
recording boolean Is transport in Input Record mode
PUT /transports/0/record
Set record state.
Parameters
Name Type Description
recording boolean Is transport in Input Record mode
clipName string
Used to set the requested clipName to record to, when
specifying “recording” attribute to True
Response
204 - No Content
518Developer Information