
170 Flix Engine Linux Module Documentation
5.39.2.2 on2sc Flix2_GetLogLevel (const FLIX2HANDLE flix, int32_t ∗ level)
Retrieve current library-wide debug log level.
Parameters:
← flix Handle to the flix engine returned from Flix2_Create()
→ level Storage location to receive the result
Return values:
ON2_OK on success
ON2_INVALID_PARAMS should one or more of the preconditions fail
Precondition:
flix is not NULL
level is not NULL
5.39.2.3 on2sc Flix2_GetLogPath (const FLIX2HANDLE flix, on2tc ∗ logpath, int32_t ∗ len)
Retrieve the library’s current log file path.
Parameters:
← flix Handle to the flix engine returned from Flix2_Create()
→ logpath Storage location for the log file path
↔ len on input, the max number of bytes available in logpath. On return, the number of bytes used.
Return values:
ON2_OK on success
ON2_INVALID_PARAMS should one or more of the preconditions fail
Precondition:
flix is not NULL
len is not NULL
5.39.2.4 on2sc Flix2_Init ()
Perform library initialization.
Call once per program instance
Attention:
Available only in the Flix Engine Core Library
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Komentarze do niniejszej Instrukcji