Also, Flix2_setinputfile(), Flix2_setexportvideotype() – Google Flix Engine Linux Reference Manual User Manual
Page 171: Flix2_setexportvideotype, Flix2_setinputfile

5.38 Main Engine Interface
165
Precondition:
flix
is not NULL
Note:
Default:
5.38.2.19
on2sc Flix2_SetExportVideoType (FLIX2HANDLE flix, const FE2_ExportedVideoType
exportVideoType)
Set the output file type.
Parameters:
← flix Handle to the flix engine returned from
or
← exportVideoType File type to output
Return values:
on success
should one or more of the preconditions fail
if the video type is unsupported by the engine
the underlying communication layer failed
Precondition:
flix
is not NULL
exportVideoType
is a valid member of
is unsupported by this version of the engine
Note:
Default:
When using
the video codec should be set to
with
Use the
. This function will be removed in a future release. See also:
5.38.2.20
on2sc Flix2_SetInputFile (FLIX2HANDLE flix, const on2tc ∗ inputFile)
Set the source file for the encode session.
Attempts to open the input file, extracting the available source information, e.g. video width/height, dura-
tion. Addtionally configures the encoder to match the source attributes by calling
and
. For this reason this function should be called before setting any encoder op-
tions.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen