Google Flix Engine Linux Reference Manual User Manual

Page 314

Advertising
background image

308

Flix Engine Linux File Documentation

on2sc Flix2_IsEncoderRunning

(const

FLIX2HANDLE

flix,

on2bool

∗bpIsEncoderRunning)

Check the status of an encode.

on2sc Flix2_GetEncoderState

(const

FLIX2HANDLE

flix,

FE2_EncState

∗pEncState)

Retrieve the current state of the encoder.

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.

on2sc Flix2_AddFilter

(

FLIX2PLGNHANDLE

∗pPlgn, const

FLIX2HANDLE

flix, const char

∗plgn_name)

Add a filter to the encoder’s filter chain.

on2sc Flix2_RemoveFilter

(

FLIX2PLGNHANDLE

plgn)

Remove a filter to the encoder’s filter chain.

on2sc Flix2_FilterSetParamAsStr

(

FLIX2PLGNHANDLE

plgn, const char ∗name, const

on2tc

∗value)

Set the value of a parameter in a filter instance using a string representation.

on2sc Flix2_FilterGetParamAsStr

(

FLIX2PLGNHANDLE

plgn, const char ∗name,

on2tc

∗value,

int32_t

∗len)

Retrieve the value of a parameter in a filter instance represented as a string.

on2sc Flix2_FilterSetParam

(

FLIX2PLGNHANDLE

plgn, const char ∗name, double inDblVal)

Set the value of a parameter in a filter instance using a double representation.

on2sc Flix2_FilterGetParam

(

FLIX2PLGNHANDLE

plgn, const char ∗name, double ∗outDblVal)

Retrieve the value of a parameter in a filter instance represented as a double.

on2sc Flix2_AddCodec

(

FLIX2PLGNHANDLE

∗pPlgn, const

FLIX2HANDLE

flix, const char

∗plgn_name)

Add a codec to the encoder’s codec chain.

on2sc Flix2_RemoveCodec

(

FLIX2PLGNHANDLE

plgn)

Remove a codec from the encoder’s codec chain.

on2sc Flix2_CodecSetParamAsStr

(

FLIX2PLGNHANDLE

plgn, const char ∗name, const

on2tc

∗value)

Set the value of a parameter in a codec instance using a string representation.

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

Advertising