
156 Flix Engine Linux Module Documentation
5.38.1.3 enum FE2_ExportedVideoType
Output file types for use in calls to Flix2_SetExportVideoType() and Flix2_GetExportVideoType().
Deprecated
Use the Muxer Interface. This enumeration will be removed in a future release. See also: Muxers.
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:
ON2_OK the engine successfully created and initialized a FLIX2HANDLE for use in
FLIXENGINE_API functions.
ON2_INVALID_PARAMS should the precondition fail
ON2_NO_MEM memory could not be allocated for the FLIX2HANDLE
ON2_NET_ERROR the underlying communication layer failed. Call Flix2_Errno() 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
Commentaires sur ces manuels