Swf_options_getpercenttopreload, Swf_options_getpreloadertype – Google Flix Engine Linux Reference Manual User Manual

Page 233

Advertising
background image

5.52 SWF

227

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_ON_START_OPTION

parameter. This function will be removed in a future release.

5.52.5.13

on2sc swf_options_GetPercentToPreload (FLIX2HANDLE flix, int32_t ∗
pPercentToPreload)

Gets the percent of the SWF movie to preload before playback begins.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pPercentToPreload Percent of the SWF movie to preload before playback begins.

Return values:

ON2_OK

Success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

pPercentToPreload

is not NULL

See also:

swf_options_SetPercentToPreload()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_FIXED_PRELOAD_-

PCT

parameter. This function will be removed in a future release.

5.52.5.14

on2sc swf_options_GetPreloaderType (FLIX2HANDLE flix, FE2_SwfPreloaderOptions
∗ pPreloaderType)

Gets the type of preloader.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pPreloaderType The preloader type.

Return values:

ON2_OK

Success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

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

Advertising