Enumerations – Google Flix Engine Linux Reference Manual User Manual

Page 327

Advertising
background image

6.40 flixengine2/muxers/swf.h File Reference

321

Sets the options for the start of the SWF.

• #define

FE2_SWF_START_BLANK_FRAME

Control the insertion of a blank first frame in the SWF.

• #define

FE2_SWF_START_WAIT_SEC

Sets the number of seconds to wait before playback begins.

• #define

FE2_SWF_ADD_VARIABLE

Add or update a variable in the SWF.

• #define

FE2_SWF_DELETE_VARIABLE

Delete an existing variable in the SWF.

Enumerations

• enum

FE2_EmbeddedUrlType

{

EmbeddedUrlIsGetUrl

,

EmbeddedUrlIsLoadMovie

}

Differentiates between the type of file (HTML or SWF) set through

FE2_SWF_EMBEDDED_URL

.

• enum

FE2_SwfOnEndOptions

{

SwfOnMovieEndNothing

,

SwfOnMovieEndSTOP

,

SwfOnMovieEndLoop

,

SwfOnMovieEndUnload

,

SwfOnMovieEndLoadMovie

}

Actions that can be added to the last frame of a SWF file.

• enum

FE2_SwfOnStartOptions

{

SwfOnMovieStartAutomatically

,

SwfOnMovieStartOnClick

,

SwfOnMovieStartWait

,

SwfOnMovieStartEmbedSTOP

}

Actions that can be added to the start frame of the SWF file.

• enum

FE2_SwfPreloaderOptions

{

SwfPreloaderNone

,

SwfFixedPreloader

,

SwfAdaptivePreloader

}

Determines the type of preloader added to the SWF file.

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

Advertising