Flix engine core library, 39 flix engine core library, Flix engine core li – Google Flix Engine Linux Reference Manual User Manual

Page 175: Brary, 1 detailed description, Modules, Functions, 2 function documentation

Advertising
background image

5.39 Flix Engine Core Library

169

5.39

Flix Engine Core Library

5.39.1

Detailed Description

This library, libflixengine2_core.so, encompasses the

Flix Engine API

and adds the

Frame Server API

.

The Flix Engine Core Library consists of a single library, libflixengine2_core.so, that exports the entire

Flix

Engine API

. In addition to this it adds the

Frame Server API

which allows the user to feed the engine raw

audio/video frames as opposed to entire files. This is only available through C/C++. There are no language
bindings for the core library.

Modules

Frame Server API

Flix Engine Frame Server API.

Functions

on2sc Flix2_Init

()

Perform library initialization.

on2sc Flix2_Deinit

()

Cleanup resources allocated by

Flix2_Init()

.

on2sc Flix2_SetLogLevel

(

FLIX2HANDLE

flix,

int32_t

level)

Set the library-wide debug log level.

on2sc Flix2_GetLogLevel

(const

FLIX2HANDLE

flix,

int32_t

∗level)

Retrieve current library-wide debug log level.

on2sc Flix2_SetLogPath

(

FLIX2HANDLE

flix,

on2tc

∗logpath)

Set the library’s log file path.

on2sc Flix2_GetLogPath

(const

FLIX2HANDLE

flix,

on2tc

∗logpath,

int32_t

∗len)

Retrieve the library’s current log file path.

5.39.2

Function Documentation

5.39.2.1

on2sc Flix2_Deinit ()

Cleanup resources allocated by

Flix2_Init()

.

Call once per program instance

Attention:

Available only in the

Flix Engine Core Library

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

Advertising