/system/videoFormat
Currently selected video format
The value JSON returned via the eventResponse when the /system/videoFormat property
changes on the device:
Name
.frameRate
.height
.width
.interlaced
.name
/timelines/0
The value JSON returned via the eventResponse when the /timelines/0 property changes on
the device:
Name
.clips
.clips[i]
.clips[i].clipUniqueId
.clips[i].frameCount
/transports/0
The value JSON returned via the eventResponse when the /transports/0 property changes on
the device:
Name
.mode
/transports/0/stop
true when transport mode is InputPreview or when in Output mode and speed is 0
The value JSON returned via the eventResponse when the /transports/0/stop property
changes on the device:
/transports/0/play
True when transport is in Output mode and speed is non-zero
The value JSON returned via the eventResponse when the /transports/0/play property changes
on the device:
Type
Description
Frame rate Possible values are: 23.98, 24.00, 24, 25.00, 25,
string
29.97, 30.00, 30, 47.95, 48.00, 48, 50.00, 50, 59.94, 60.00,
60, 119.88, 120.00, 120 .
number
Height dimension of video format
number
Width dimension of video format
boolean
Is the display format interlaced?
string
Video format serialised as a string
Type
Description
array
object
integer
Unique ID used to identify this clip
integer
Number of frames in this clip on the timeline
Type
Description
Transport mode Possible values are: InputPreview,
string
InputRecord, Output .
Informacje dla deweloperów
1594