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