Skip to main content

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 nameTypeDescription
divide_factorIntegerFactor by which the frame rate is divided.

Inputs

Input nameConfigurableDescription
mainNoMain 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
}
}
}
]
}