Video_options_getusemaximumbitrate, Video_options_getswfframerate – Google Flix Engine Linux Reference Manual User Manual
Page 266

260
Flix Engine Linux Module Documentation
Parameters:
← flix Handle to the Flix Engine returned from
or
→ pRateControlType Rate control type (one of
Return values:
The rate control type 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 the
parameter. This function
will be removed in a future release. See also:
5.56.2.10
on2sc video_options_GetSwfFramerate (const FLIX2HANDLE flix, int32_t ∗
pSwfFramerate)
Gets the SWF framerate.
Parameters:
← flix Handle to the flix engine returned from
or
← pSwfFramerate The SWF framerate.
Return values:
The engine successfully returned SWF framerate.
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
pSwfFramerate
is not NULL
Please use
swf_options_GetSwfFramerateAsDouble()
to allow for non integer framerates.
5.56.2.11
on2sc video_options_GetUseMaximumBitrate (const FLIX2HANDLE flix, on2bool ∗
bpUseMaximumBitrate)
Determine if the maximum bitrate target will be used.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ bpUseMaximumBitrate Variable to update with the current bitrate enable status
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen