Swf_options_getswfframerate, Swf_options_getswfframerateasdouble – Google Flix Engine Linux Reference Manual User Manual
Page 234

228
Flix Engine Linux Module Documentation
Precondition:
flix
is not NULL
pPreloaderType
is not NULL
See also:
swf_options_SetPreloaderType()
Use the
along with
and the
pa-
rameter. This function will be removed in a future release.
5.52.5.15
on2sc swf_options_GetSwfFramerate (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
This function has been deprecated in favor of
swf_options_GetSwfFramerateAsDouble()
because this
function can only handle integer framerates.
See also:
swf_options_GetSwfFramerateAsDouble()
5.52.5.16
on2sc swf_options_GetSwfFramerateAsDouble (FLIX2HANDLE flix, double ∗
pSwfFramerate)
Gets the SWF framerate as a double.
Parameters:
← flix Handle to the flix engine returned from
or
→ pSwfFramerate The SWF framerate.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen