Video_options_setvideoframerate, Video_options_setusesourceframerate – Google Flix Engine Linux Reference Manual User Manual
Page 118
112
Flix Engine Linux Module Documentation
Parameters:
← flix Handle to the Flix Engine returned from
or
← value Decimate value
Return values:
The target framerate was successfully set in the engine.
Should one or more of the preconditions fail.
The underlying communication layer failed.
Precondition:
flix
is not NULL
Note:
Default value is 0.
A value of <= 1 means to not drop any frames.
Use the
along with
and the
parameter. This function will be removed in a future release.
5.27.3.6
on2sc video_options_SetUseSourceFramerate (FLIX2HANDLE flix, const on2bool
bUseSourceFramerate)
Switch between source and scaled framerate.
Parameters:
← flix Handle to the Flix Engine returned from
or
← bUseSourceFramerate New framerate status.
to use source framerate,
to use
scaled framerate.
Return values:
The framerate status was successfully set in the engine.
The underlying communication layer failed.
Note:
By default, the source framerate will be used, unless a call to
video_options_SetVideoFramerate()
video_options_SetVideoFramerateAsDouble()
or
video_options_SetDecimateValue()
has been made.
Use the
along with
. Not adding
with
implies use of the source frame rate. This function will be
removed in a future release.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen