AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Param.Video.FrameRateConverter Class Reference

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

Static Public Attributes

static string RealTime = "VIDEO_FRAME_RATE_FILTER_REAL_TIME"
 Video: Specifies whether a video frame rate filter is allowed to drop frames when a video encoder cannot keep up with the input in realtime.
 
static string Use = "VIDEO_FRAME_RATE_FILTER"
 Video: Specifies whether a video frame rate filter is inserted in the processing chain.
 

Detailed Description

Parameters specific to video frame rate filter.

Member Data Documentation

◆ RealTime

string RealTime = "VIDEO_FRAME_RATE_FILTER_REAL_TIME"
static

Video: Specifies whether a video frame rate filter is allowed to drop frames when a video encoder cannot keep up with the input in realtime.

This parameter is a boolean value stored as one of the following: System.Boolean (true/false) or integral value (1/0). The default value is false.

If true the video frame rate filter is allowed to drop frames when a video encoder cannot keep up with the input in realtime.

If false the video frame rate filter does not drop frames when a video encoder cannot keep up with the input in realtime.

◆ Use

string 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 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.