Google Flix Engine Linux Reference Manual User Manual

Page 216

Advertising
background image

210

Flix Engine Linux Module Documentation

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

em-

beddedUrlType)

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

insertBlank-

FrameOnStart)

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 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

percentToPreload)

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

Advertising