PUT /system/codecFormat
Set the codec.
Parameters
Name
codec
container
Response
204 - No Content
GET /system/videoFormat
Get the currently selected video format.
Response
200 - OK
The response is a JSON object.
Name
name
frameRate
height
width
interlaced
PUT /system/videoFormat
Set the video format.
Parameters
Name
frameRate
height
width
interlaced
Response
204 - No Content
Type
Description
string
Currently selected codec
string
Multimedia container format
Type
Description
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
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?
Інформація для розробників
1719