Flixengine2/swf_options.h file reference, 44 flixengine2/swf_options.h file reference, Engine2 – Google Flix Engine Linux Reference Manual User Manual

Page 332: Swf_options.h, 1 detailed description, Functions

Advertising
background image

326

Flix Engine Linux File Documentation

6.44

flixengine2/swf_options.h File Reference

6.44.1

Detailed Description

Reference module(s):

SWF

.

Definition in file

swf_options.h

.

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

insert-

BlankFrameOnStart)

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.

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

Advertising