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 Type Description
formats array
formats[i] object
formats[i].frameRate string
Frame rate Possible values are: 23.98, 24.00, 24, 25.00, 25,
29.97, 30.00, 30, 47.95, 48.00, 48, 50.00, 50, 59.94, 60.00,
60, 119.88, 120.00, 120.
formats[i].height number Height dimension of video format
formats[i].width number Width dimension of video format
formats[i].interlaced boolean Is the display format 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 Type Description
size integer The fixed size of this device’s working set
workingset (required) array
workingset[i] object
workingset[i].index integer Index of this media in the working set
workingset[i].activeDisk boolean Is this current item the active disk
workingset[i].volume string Volume name
workingset[i].deviceName string Internal device name of this media device
workingset[i].remainingRecordTime integer Remaining record time on media device in seconds
workingset[i].totalSpace integer Total space on media device in bytes
workingset[i].remainingSpace integer Remaining space on media device in bytes
workingset[i].clipCount integer Number of clips currently on the device
521Developer Information