Main engine interface, 38 main engine interface, Enumerations – Google Flix Engine Linux Reference Manual User Manual

Page 159: Functions

Advertising
background image

5.38 Main Engine Interface

153

5.38

Main Engine Interface

Enumerations

• enum

FE2_ExportedVideoType

{

ExportSWF3To6Video

,

ExportSWF7PlusVideo

,

ExportSWFVectorVideo

,

ExportFLVVideo

}

Output file types for use in calls to

Flix2_SetExportVideoType()

and

Flix2_GetExportVideoType()

.

• enum

FE2_EncState

{

EncStateIdle

,

EncStateRunning

,

EncStateQueued

}

Encoder state returned by

Flix2_GetEncoderState()

.

• enum

FE2_errno

{

ErrNone

,

ErrSys

,

ErrFileIO

,

ErrFileOpen

,

ErrFileDecode

,

ErrFileDecodeA

,

ErrFileDecodeV

,

ErrEncodeA

,

ErrEncodeV

}

Flix engine error state returned by

Flix2_Errno()

.

Functions

on2sc Flix2_Create

(

FLIX2HANDLE

∗pFlix)

Create a handle to the flix engine.

on2sc Flix2_CreateEx

(

FLIX2HANDLE

∗pFlix, const char ∗rpchost,

int32_t

timeout)

Create a handle to the flix engine.

on2sc Flix2_Destroy

(

FLIX2HANDLE

flix)

Frees resources associated with a FLIX2HANDLE.

• const char ∗

Flix2_Version

()

Returns the library version as a string.

• const

on2tc

Flix2_Copyright

()

Returns copyright information for this library as a string.

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

Advertising