flixengine2/muxers/swf.h File Reference

Reference module(s): SWF Muxer. More...

Go to the source code of this file.

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
 Sets the adaptive preload buffer factor.
#define FE2_SWF_ON_END_OPTION
 Sets the options for the end of the SWF.
#define FE2_SWF_ON_END_URL
 Sets the URL a SWF movie will load after the current movie ends.
#define FE2_SWF_ON_START_OPTION
 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.

More...
enum  FE2_SwfOnEndOptions {
  SwfOnMovieEndNothing,
  SwfOnMovieEndSTOP,
  SwfOnMovieEndLoop,
  SwfOnMovieEndUnload,
  SwfOnMovieEndLoadMovie
}
 

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

More...
enum  FE2_SwfOnStartOptions {
  SwfOnMovieStartAutomatically,
  SwfOnMovieStartOnClick,
  SwfOnMovieStartWait,
  SwfOnMovieStartEmbedSTOP
}
 

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

More...
enum  FE2_SwfPreloaderOptions {
  SwfPreloaderNone,
  SwfFixedPreloader,
  SwfAdaptivePreloader
}
 

Determines the type of preloader added to the SWF file.

More...

Detailed Description

Reference module(s): SWF Muxer.

Definition in file swf.h.


On2 Technologies, Inc Flix Engine Windows documentation, generated on Tue Nov 2 15:37:49 2010 by doxygen 1.6.1