Swf_options_reset, Swf_options_setadaptivepreloaderbufferfactor, Also – Google Flix Engine Linux Reference Manual User Manual

Page 236: Swf_options_setadaptivepreloaderbufferfactor()

Advertising
background image

230

Flix Engine Linux Module Documentation

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pWaitTimeToStart Number of seconds to wait.

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

pWaitTimeToStart

is not NULL

See also:

swf_options_SetWaitTimeToStart()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_START_WAIT_SEC

pa-

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

5.52.5.19

on2sc swf_options_Reset (FLIX2HANDLE flix)

Resets the swf options.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

Return values:

ON2_OK

reset of swf options was successful

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

Note:

Call this function if you wish to reset all swf options to their default values. This will free any memory
that was allocated to the swf object.

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

. This function will be removed in a future

release.

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

Advertising