Flix2_encode(), Flix2_errno(), Flix2_encode – Google Flix Engine Linux Reference Manual User Manual
Page 164
158
Flix Engine Linux Module Documentation
5.38.2.4
on2sc Flix2_Destroy (FLIX2HANDLE flix)
Frees resources associated with a FLIX2HANDLE.
Parameters:
← flix FLIXHANDLE to be destroyed
Return values:
the engine successfully destroyed the handle
should the precondition fail
the underlying communication layer failed
Precondition:
flix
is not NULL
Remarks:
If an encoding session started with
is still running when this function is called. It will
be stopped with
before destroying the handle.
5.38.2.5
on2sc Flix2_Encode (FLIX2HANDLE flix)
Start encoding an output file.
Encode the input file set in
to the output file set in
, using the
options set in the accessor functions or the engine defaults where applicable. Before starting the encode
session, calls
to ensure the engine is ready to encode the input.
Parameters:
← flix Handle to the flix engine returned from
or
Return values:
the engine successfully started the encode
should the precondition fail
the underlying communication layer failed
failed / there was an error starting the encode session. Call for more detail. Precondition: flix is not NULL Note: Linux Only: upon success flixd starts an encode thread on behalf of the FLIX2HANDLE. Detail about the state of the encoder can be obtained by calling or any of the functions Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen