Frame Rate Converter
A Node object whose type is FRAME_RATE_CONVERTER. This node is only found on transmitters.
Configuration
None
Status
FrameRateConverterNodeStatus{
"divide_factor" : Integer
}
| Member name | Type | Description |
|---|---|---|
| divide_factor | Integer | Factor by which the frame rate is divided. |
Inputs
| Input name | Configurable | Description |
|---|---|---|
| main | No | Main video input. |
Example
As returned by get device:
{
"type" : "FRAME_RATE_CONVERTER",
"index" : 0,
"configuration" : {},
"status" : {
"divide_factor" : 2
},
"inputs" : [
{
"name" : "main",
"index" : 0,
"configuration" : {},
"status" : {
"source" : {
"ref_class" : "NODE",
"ref_type" : "HDMI_DECODER",
"ref_index" : 0
}
}
}
]
}