flixengine2/swf_options.h File Reference


Detailed Description

Reference module(s): SWF.

Definition in file swf_options.h.

Go to the source code of this file.


Functions

Deprecated functions
on2sc swf_options_Reset (FLIX2HANDLE flix)
 Resets the swf options.
on2sc swf_options_GetEmbeddedUrl (FLIX2HANDLE flix, char *embeddedUrl, int32_t *len)
 Gets the embedded URL.
on2sc swf_options_GetEmbeddedUrlTarget (FLIX2HANDLE flix, char *embeddedUrlTarget, int32_t *len)
 Gets the target of embedded URL.
on2sc swf_options_SetEmbeddedUrl (FLIX2HANDLE flix, const char *embeddedUrl)
 Sets the embedded URL of the SWF or HTML that will be loaded when the user clicks on the video.
on2sc swf_options_SetEmbeddedUrlTarget (FLIX2HANDLE flix, const char *embeddedUrlTarget)
 Sets the target of the embedded URL.
on2sc swf_options_GetEmbeddedUrlType (FLIX2HANDLE flix, FE2_EmbeddedUrlType *embeddedUrlType)
 Gets the type of embedded URL.
on2sc swf_options_SetEmbeddedUrlType (FLIX2HANDLE flix, const FE2_EmbeddedUrlType embeddedUrlType)
 Sets the type of embedded URL.
on2sc swf_options_GetSwfFramerate (FLIX2HANDLE flix, int32_t *pSwfFramerate)
 Gets the SWF framerate.
on2sc swf_options_SetSwfFramerate (FLIX2HANDLE flix, const int32_t swfFramerate)
 Sets the SWF framerate.
on2sc swf_options_GetInsertBlankFrameOnStart (FLIX2HANDLE flix, on2bool *pInsertBlankFrameOnStart)
 Gets if the engine is to insert a blank frame as the first frame of the SWF or not.
on2sc swf_options_SetInsertBlankFrameOnStart (FLIX2HANDLE flix, const on2bool insertBlankFrameOnStart)
 Tells the engine to insert a blank frame as the first frame of the SWF or not.
on2sc swf_options_GetSwfFramerateAsDouble (FLIX2HANDLE flix, double *pSwfFramerate)
 Gets the SWF framerate as a double.
on2sc swf_options_SetSwfFramerateAsDouble (FLIX2HANDLE flix, const double swfFramerate)
 Sets the SWF framerate as a double.
on2sc swf_options_GetEnablePreloader (FLIX2HANDLE flix, on2bool *pEnablePreloader)
 Gets if a video preloader is enabled or disabled.
on2sc swf_options_SetEnablePreloader (FLIX2HANDLE flix, const on2bool enablePreloader)
 Enables or disables the video preloader.
on2sc swf_options_GetPercentToPreload (FLIX2HANDLE flix, int32_t *pPercentToPreload)
 Gets the percent of the SWF movie to preload before playback begins.
on2sc swf_options_SetPercentToPreload (FLIX2HANDLE flix, const int32_t percentToPreload)
 Sets the percent of the SWF movie to preload before playback begins.
on2sc swf_options_GetPreloaderType (FLIX2HANDLE flix, FE2_SwfPreloaderOptions *pPreloaderType)
 Gets the type of preloader.
on2sc swf_options_SetPreloaderType (FLIX2HANDLE flix, const FE2_SwfPreloaderOptions preloaderType)
 Sets the type of preloader.
on2sc swf_options_GetAdaptivePreloaderBufferFactor (FLIX2HANDLE flix, double *pPreloaderBufferFactor)
 Gets the adaptive preload buffer factor.
on2sc swf_options_SetAdaptivePreloaderBufferFactor (FLIX2HANDLE flix, const double preloaderBufferFactor)
 Sets the adaptive preload buffer factor.
on2sc swf_options_GetMovieOnEndOptions (FLIX2HANDLE flix, FE2_SwfOnEndOptions *pOnEndOptions)
 Gets the options for the end of the SWF.
on2sc swf_options_SetMovieOnEndOptions (FLIX2HANDLE flix, const FE2_SwfOnEndOptions onEndOptions)
 Sets the options for the end of the SWF.
on2sc swf_options_GetLoopCount (FLIX2HANDLE flix, int32_t *pLoopCount)
 Gets the number of times the SWF should loop.
on2sc swf_options_SetLoopCount (FLIX2HANDLE flix, const int32_t loopCount)
 Sets the number of times the SWF should loop.
on2sc swf_options_GetLoadMovieOnEndUrl (FLIX2HANDLE flix, char *pLoadMovieOnEndUrl, int32_t *len)
 Gets the URL of a SWF movie to load after the current movie ends.
on2sc swf_options_SetLoadMovieOnEndUrl (FLIX2HANDLE flix, const char *loadMovieOnEndUrl)
 Sets the URL of a SWF movie to load after the current movie ends.
on2sc swf_options_GetMovieOnStartOptions (FLIX2HANDLE flix, FE2_SwfOnStartOptions *pOnStartOptions)
 Gets the options for the start of the SWF.
on2sc swf_options_SetMovieOnStartOptions (FLIX2HANDLE flix, const FE2_SwfOnStartOptions onStartOptions)
 Sets the options for the start of the SWF.
on2sc swf_options_GetWaitTimeToStart (FLIX2HANDLE flix, int32_t *pWaitTimeToStart)
 Gets the number of seconds to wait before playback begins.
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.

On2 Technologies, Inc Flix Engine Linux documentation, generated on Tue Nov 2 16:52:54 2010 by doxygen 1.5.5