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
GET /transports/0/timecode
Get device’s timecode.
Response
200 - OK
The response is a JSON object.
Name Type Description
timecode number
The time of day timecode in units of binary-coded decimal
(BCD).
clip number
The position of the clip timecode in units of binary-coded
decimal (BCD).
GET /transports/0/timecode/source
Get timecode source selected on device
Response
200 - OK
The response is a JSON object.
Name Type Description
timecode string Possible values are: Timecode, Clip.
917
DeveloperInformation