EasyManua.ls Logo

Blackmagic Micro Studio Camera 4K G2 - Page 368

Blackmagic Micro Studio Camera 4K G2
1782 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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
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
368Developer Information

Table of Contents