Google Flix Engine Linux Reference Manual User Manual

Page 333

Advertising
background image

6.44 flixengine2/swf_options.h File Reference

327

on2sc swf_options_SetSwfFramerateAsDouble

(

FLIX2HANDLE

flix, const double swfFramer-

ate)

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

percentTo-

Preload)

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.

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

Advertising