Fe2_exportedvideotype, Fe2_encstate, Encstateidle – Google Flix Engine Linux Reference Manual User Manual

Page 161: Encstaterunning, Encstatequeued, Fe2_errno, Errnone, Errsys, Errfileio, Errfileopen

Advertising
background image

5.38 Main Engine Interface

155

on2sc Flix2_Reset

(

FLIX2HANDLE

flix)

Reset the engine to its defaults.

on2sc Flix2_Validate

(const

FLIX2HANDLE

flix)

Validate the current encoder settings.

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_Errno

(const

FLIX2HANDLE

flix,

FE2_errno

∗flixerrno,

int32_t

∗syserrno)

Retrieve the current error state of the engine.

5.38.1

Enumeration Type Documentation

5.38.1.1

enum FE2_EncState

Encoder state returned by

Flix2_GetEncoderState()

.

Enumerator:

EncStateIdle the encoder is not running

EncStateRunning the encoder is running

EncStateQueued the session has been queued until space is available

Definition at line 101 of file flixengine2.h.

5.38.1.2

enum FE2_errno

Flix engine error state returned by

Flix2_Errno()

.

Enumerator:

ErrNone internal error was not set by the library

ErrSys generic system error

ErrFileIO generic file io error

ErrFileOpen error opening file

ErrFileDecode

ErrFileDecodeA

ErrFileDecodeV

ErrEncodeA

ErrEncodeV

Definition at line 108 of file flixengine2.h.

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

Advertising