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

Page 234

Advertising
background image

228

Flix Engine Linux Module Documentation

Precondition:

flix

is not NULL

pPreloaderType

is not NULL

See also:

swf_options_SetPreloaderType()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_PRELOAD_TYPE

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

Flix2_Create()

or

Flix2_CreateEx()

← pSwfFramerate The SWF framerate.

Return values:

ON2_OK

The engine successfully returned SWF framerate.

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

pSwfFramerate

is not NULL

Deprecated

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

Flix2_Create()

or

Flix2_CreateEx()

→ pSwfFramerate The SWF framerate.

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising