Flix2_getsourceduration(), Flix2_getoverwriteexistingfiles, Flix2_getsourceduration – Google Flix Engine Linux Reference Manual User Manual
Page 168

162
Flix Engine Linux Module Documentation
5.38.2.12
on2sc Flix2_GetOutputFile (const FLIX2HANDLE flix, on2tc ∗ pOutputFile, int32_t ∗
len)
Get the destination file for the encode session.
Returns the (possibly modified see
) output file name.
If pOutputFile is NULL this function will return the size in bytes required to store the current output file in
len
, not including the null terminator.
Parameters:
← flix Handle to the flix engine returned from
or
→ pOutputFile Storage location for the output file path
↔ len on input, the max number of bytes available in pOutputFile. On return, the number of bytes
used.
Return values:
on success
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
len
is not NULL
Attention:
Currently only supported in C/C++
5.38.2.13
on2sc Flix2_GetOverwriteExistingFiles (const FLIX2HANDLE flix, on2bool ∗
bpOverwriteExistingFiles)
Retrieve the engine’s current behavior regarding existing output files.
Parameters:
← flix Handle to the flix engine returned from
or
→ bpOverwriteExistingFiles Storage location to receive the result
Return values:
on success
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
bpOverwriteExistingFiles
is not NULL
Note:
Default:
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen