Video_options_getdecimatevalue, Defines, 2 define documentation – Google Flix Engine Linux Reference Manual User Manual
Page 115: 3 function documentation

5.27 Frame Rate
109
Defines
• #define
Filter name for use with
• #define
Filter parameter name for frames per second value.
• #define
Filter parameter for the decimation interval.
5.27.2
Define Documentation
5.27.2.1
#define FE2_FILTER_FRAMERATE
Filter name for use with
Definition at line 49 of file framerate.h.
5.27.2.2
#define FE2_FRAMERATE_DECIMATE
Filter parameter for the decimation interval.
Decimation removes frames from the source video at regular intervals. This is useful for dropping the rate
without introducing jerkiness due to uneven frame rate.
Note:
Must be a positive integer
Default: disabled
Definition at line 67 of file framerate.h.
5.27.2.3
#define FE2_FRAMERATE_FPS
Filter parameter name for frames per second value.
Allows the frame rate to be adjusted to a specific rate.
Note:
Default: disabled
Definition at line 56 of file framerate.h.
5.27.3
Function Documentation
5.27.3.1
on2sc video_options_GetDecimateValue (const FLIX2HANDLE flix, uint32_t ∗ pValue)
Get the current decimation of the video framerate.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen