Defines – Google Flix Engine Linux Reference Manual User Manual

Page 218

Advertising
background image

212

Flix Engine Linux Module Documentation

on2sc swf_options_SetWaitTimeToStart

(

FLIX2HANDLE

flix, const

int32_t

waitTimeToStart)

Sets the number of seconds to wait before playback begins.

on2sc swf_options_AddVariable

(

FLIX2HANDLE

flix, const char ∗name, const char ∗value)

Adds a custom SWF variable as a name/value pair.

on2sc swf_options_DeleteVariable

(

FLIX2HANDLE

flix, const

int32_t

index)

Deletes a custom SWF variable.

on2sc swf_options_GetVariableCount

(

FLIX2HANDLE

flix,

int32_t

∗pVariableCount)

Gets the number of custom SWF variables already added.

on2sc swf_options_UpdateVariable

(

FLIX2HANDLE

flix, const

int32_t

index, const char ∗name,

const char ∗value)

Updates an already existing SWF variable.

Defines

• #define

FE2_MUXER_SWF

SWF muxer. For use with

Flix2_AddMuxer()

.

• #define

FE2_SWF_HEIGHT

Set the SWF height.

• #define

FE2_SWF_WIDTH

Set the SWF width.

• #define

FE2_SWF_FRAMERATE

Set the SWF framerate.

• #define

FE2_SWF_EMBEDDED_URL

Set the SWF’s target URL.

• #define

FE2_SWF_EMBEDDED_URL_TARGET

Set the target of

FE2_SWF_EMBEDDED_URL

.

• #define

FE2_SWF_EMBEDDED_URL_TYPE

Set how

FE2_SWF_EMBEDDED_URL

is interpreted.

• #define

FE2_SWF_LOOP_COUNT

Sets the number of times the SWF should loop.

• #define

FE2_SWF_PRELOAD_TYPE

Sets the type of preloader.

• #define

FE2_SWF_FIXED_PRELOAD_PCT

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

• #define

FE2_SWF_ADAPTIVE_PRELOAD_BUFFER_FACTOR

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

Advertising