Video_options_getvideoframerate, Video_options_getusesourceframerate – Google Flix Engine Linux Reference Manual User Manual
Page 116

110
Flix Engine Linux Module Documentation
Parameters:
← flix Handle to the Flix Engine returned from
or
→ pValue Decimate value
Return values:
Success.
Should one or more of the preconditions fail.
The underlying communication layer failed.
Precondition:
flix
is not NULL
pValue
is not NULL
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Use the
along with
and the
parameter. This function will be removed in a future release.
5.27.3.2
on2sc video_options_GetUseSourceFramerate (FLIX2HANDLE flix, on2bool ∗
bpUseSourceFramerate)
Determine if the source’s framerate will be used instead of the modified framerate.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ bpUseSourceFramerate Variable to update with the current framerate selection
Return values:
The framerate status was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
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