System Control API
API for controlling the System Modes on Blackmagic Design products.
GET /system
Get device system information.
Response
200 - OK
The response is a JSON object.
Name
codecFormat
codecFormat.codec
codecFormat.container
videoFormat
videoFormat.name
videoFormat.frameRate
videoFormat.height
videoFormat.width
videoFormat.interlaced
GET /system/supportedCodecFormats
Get the list of supported codecs.
Response
200 - OK
The response is a JSON object.
Name
codecs
codecs[i]
codecs[i].codec
codecs[i].container
GET /system/codecFormat
Get the currently selected codec.
Response
200 - OK
The response is a JSON object.
Name
codec
container
Type
Description
object
string
Currently selected codec
string
Multimedia container format
object
string
Video format serialised as a string
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
array
object
string
Currently selected codec
string
Multimedia container format
Type
Description
string
Currently selected codec
string
Multimedia container format
Developer Information
1053