AVBlocks for C++  1.13
Audio and Video Software Development Kit
primo::avblocks::Param::Video::FrameRateConverter Namespace Reference

Parameters specific to video frame rate processing. More...

Variables

static const char Use [] = "VIDEO_FRAME_RATE_FILTER"
 Video: Specifies whether a video frame rate filter is inserted in the processing chain. More...
 

Detailed Description

Parameters specific to video frame rate processing.

Variable Documentation

const char Use[] = "VIDEO_FRAME_RATE_FILTER"
static

Video: Specifies whether a video frame rate filter is inserted in the processing chain.

The filter converts the input frame rate to the output frame rate.

This parameter is an integer.

The supported values are defined in the primo::avblocks::Use::Enum. The default value is Use::Auto.

If this parameter is Use::Auto the frame rate conversion is done only when the input frame rate differs form the output frame rate.