GET /system/supportedVideoFormats
Get the list of supported video formats for the current system state.
Response
200 - OK
The response is a JSON object.
Name
formats
formats[i]
formats[i].frameRate
formats[i].height
formats[i].width
formats[i].interlaced
Media Control API
API for controlling media devices in Blackmagic Design products.
GET /media/workingset
Get the list of media devices currently in the working set.
Response
200 - OK
The response is a JSON object.
Name
size
workingset (required)
workingset[i]
workingset[i].index
workingset[i].activeDisk
workingset[i].volume
workingset[i].deviceName
workingset[i].remainingRecordTime
workingset[i].totalSpace
workingset[i].remainingSpace
workingset[i].clipCount
Type
Description
array
object
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?
Type
Description
integer
The fixed size of this device's working set
array
object
integer
Index of this media in the working set
boolean
Is this current item the active disk
string
Volume name
string
Internal device name of this media device
integer
Remaining record time on media device in seconds
integer
Total space on media device in bytes
integer
Remaining space on media device in bytes
integer
Number of clips currently on the device
Інформація для розробників
1720