Fe2_swf_height, Fe2_swf_framerate, Fe2_swf_loop_count – Google Flix Engine Linux Reference Manual User Manual

Page 222: Fe2_swf_fixed_preload_pct

Advertising
background image

216

Flix Engine Linux Module Documentation

5.52.3.7

#define FE2_SWF_EMBEDDED_URL_TYPE

Set how

FE2_SWF_EMBEDDED_URL

is interpreted.

Valid values are defined by

FE2_EmbeddedUrlType

Note:

Default:

EmbeddedUrlIsLoadMovie

Definition at line 158 of file swf.h.

5.52.3.8

#define FE2_SWF_FIXED_PRELOAD_PCT

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

Note:

Default: 20%
Valid range: [0,100]
This implicitly sets

FE2_SWF_PRELOAD_TYPE

to

SwfFixedPreloader

Works with any Flash player version 4 and higher.

Definition at line 184 of file swf.h.

5.52.3.9

#define FE2_SWF_FRAMERATE

Set the SWF framerate.

A few things should be considered before setting the SWF framerate. First, SWF framerate should always
be equal to or a multiple of the video framerate to prevent problems with encoding such as loss of audio
sync and audio distortion. Second, the fractional part of the output SWF framerate has to be rounded to the
nearest 1/256th, i.e. 29.97 becomes 29.96875.

Note:

Changing the SWF framerate will NOT change the duration or the audio/video synchronization except
as mentioned above.
Default: video framerate

See also:

Frame Rate

Definition at line 130 of file swf.h.

5.52.3.10

#define FE2_SWF_HEIGHT

Set the SWF height.

Note:

Default: video height

Definition at line 110 of file swf.h.

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

Advertising