Fe2_exportedvideotype, Fe2_encstate, Encstateidle – Google Flix Engine Linux Reference Manual User Manual
Page 161: Encstaterunning, Encstatequeued, Fe2_errno, Errnone, Errsys, Errfileio, Errfileopen
5.38 Main Engine Interface
155
•
flix)
Reset the engine to its defaults.
•
(const
flix)
Validate the current encoder settings.
•
(const
flix,
∗bpIsEncoderRunning)
Check the status of an encode.
•
(const
flix,
∗pEncState)
Retrieve the current state of the encoder.
•
(const
flix,
∗flixerrno,
∗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
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
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