Swf_options_getwaittimetostart, Swf_options_getvariablecount, Swf_options_getvariablecount() – Google Flix Engine Linux Reference Manual User Manual

Page 235

Advertising
background image

5.52 SWF

229

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

See also:

swf_options_SetSwfFramerateAsDouble()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_FRAMERATE

parame-

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

5.52.5.17

on2sc swf_options_GetVariableCount (FLIX2HANDLE flix, int32_t ∗ pVariableCount)

Gets the number of custom SWF variables already added.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pVariableCount The number of custom SWF variables already added

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

pVariableCount

is not NULL

See also:

swf_options_AddVariable()

,

swf_options_DeleteVariable()

,

swf_options_UpdateVariable()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

. This function will be removed in a future

release.

5.52.5.18

on2sc swf_options_GetWaitTimeToStart (FLIX2HANDLE flix, int32_t ∗
pWaitTimeToStart)

Gets the number of seconds to wait before playback begins.

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

Advertising