Flix2_create(), Exportswf3to6video, Exportswf7plusvideo – Google Flix Engine Linux Reference Manual User Manual
Page 162: Exportswfvectorvideo, Exportflvvideo, Flix2_create, Flix2_copyright, 2 function documentation

156
Flix Engine Linux Module Documentation
5.38.1.3
enum FE2_ExportedVideoType
Output file types for use in calls to
and
Use the
. This enumeration will be removed in a future release. See also:
Enumerator:
ExportSWF3To6Video
ExportSWF7PlusVideo
ExportSWFVectorVideo
ExportFLVVideo
Definition at line 93 of file flixengine2.h.
5.38.2
Function Documentation
5.38.2.1
const on2tc∗ Flix2_Copyright ()
Returns copyright information for this library as a string.
5.38.2.2
on2sc Flix2_Create (FLIX2HANDLE ∗ pFlix)
Create a handle to the flix engine.
Initializes a FLIX2HANDLE for use in subsequent FLIXENGINE_API calls.
Parameters:
→ pFlix storage location to receive the value of the created FLIX2HANDLE
Return values:
the engine successfully created and initialized a FLIX2HANDLE for use in
FLIXENGINE_API
functions.
should the precondition fail
memory could not be allocated for the FLIX2HANDLE
the underlying communication layer failed. Call
for further infor-
mation.
Common clnt_stat values in this case are:
• RPC_SYSTEMERROR (12) errno=ECONNREFUSED (111) - connection to portmap on
rpchost
failed
• RPC_UNKNOWNHOST (13) - rpchost name lookup failed
• RPC_PROGNOTREGISTERED (15) - flixd is not registered with portmap on rpchost
For a complete listing see: rpc/clnt.h
Precondition:
pFlix
is not NULL
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen