Google Flix Engine Linux Reference Manual Instrukcja Użytkownika Strona 175

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 174
5.39 Flix Engine Core Library 169
5.39 Flix Engine Core Library
5.39.1 Detailed Description
This library, libflixengine2_core.so, encompasses the Flix Engine API and adds the Frame Server API.
The Flix Engine Core Library consists of a single library, libflixengine2_core.so, that exports the entire Flix
Engine API. In addition to this it adds the Frame Server API which allows the user to feed the engine raw
audio/video frames as opposed to entire files. This is only available through C/C++. There are no language
bindings for the core library.
Modules
Frame Server API
Flix Engine Frame Server API.
Functions
on2sc Flix2_Init ()
Perform library initialization.
on2sc Flix2_Deinit ()
Cleanup resources allocated by Flix2_Init().
on2sc Flix2_SetLogLevel (FLIX2HANDLE flix, int32_t level)
Set the library-wide debug log level.
on2sc Flix2_GetLogLevel (const FLIX2HANDLE flix, int32_t level)
Retrieve current library-wide debug log level.
on2sc Flix2_SetLogPath (FLIX2HANDLE flix, on2tc logpath)
Set the library’s log file path.
on2sc Flix2_GetLogPath (const FLIX2HANDLE flix, on2tc logpath, int32_t len)
Retrieve the library’s current log file path.
5.39.2 Function Documentation
5.39.2.1 on2sc Flix2_Deinit ()
Cleanup resources allocated by
Flix2_Init().
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
Przeglądanie stron 174
1 2 ... 170 171 172 173 174 175 176 177 178 179 180 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag