PTLib
Version 2.18.8
|
Go to the source code of this file.
Classes | |
struct | SLAnalyserInit |
struct | SLAnalyserData |
struct | SLPreviewData |
Get preview video frame data. More... | |
struct | SLControlData |
Execute control operation. More... | |
struct | SLErrorData |
Return text description for a given error code. More... | |
Macros | |
#define | SL_API_VERSION 2 |
#define | SL_STDCALL |
#define | SL_EXPORT |
Typedefs | |
typedef int(* | SLInitialiseFn )(SLAnalyserInit *init) |
typedef int(* | SLReleaseFn )() |
typedef int(* | SLAnalyseFn )(const SLAnalyserData *data) |
typedef int(* | SLPreviewFn )(const SLPreviewData *data) |
typedef int(* | SLControlFn )(const SLControlData *ctrl) |
typedef int(* | SLErrorTextFn )(const SLErrorData *data) |
Enumerations | |
enum | SLVideoFormat { SL_GreyScale, SL_YUV420P, SL_RGB24, SL_BGR24, SL_RGB32, SL_BGR32 } |
Functions | |
SL_EXPORT int SL_STDCALL | SLInitialise (SLAnalyserInit *init) |
SL_EXPORT int SL_STDCALL | SLRelease () |
SL_EXPORT int SL_STDCALL | SLAnalyse (const SLAnalyserData *data) |
SL_EXPORT int SL_STDCALL | SLPreview (const SLPreviewData *data) |
SL_EXPORT int SL_STDCALL | SLControl (const SLControlData *ctrl) |
SL_EXPORT void SL_STDCALL | SLErrorText (const SLErrorData *data) |
#define SL_API_VERSION 2 |
#define SL_EXPORT |
#define SL_STDCALL |
typedef int(* SLAnalyseFn)(const SLAnalyserData *data) |
typedef int(* SLControlFn)(const SLControlData *ctrl) |
typedef int(* SLErrorTextFn)(const SLErrorData *data) |
typedef int(* SLInitialiseFn)(SLAnalyserInit *init) |
typedef int(* SLPreviewFn)(const SLPreviewData *data) |
typedef int(* SLReleaseFn)() |
enum SLVideoFormat |
SL_EXPORT int SL_STDCALL SLAnalyse | ( | const SLAnalyserData * | data | ) |
SL_EXPORT int SL_STDCALL SLControl | ( | const SLControlData * | ctrl | ) |
SL_EXPORT void SL_STDCALL SLErrorText | ( | const SLErrorData * | data | ) |
SL_EXPORT int SL_STDCALL SLInitialise | ( | SLAnalyserInit * | init | ) |
SL_EXPORT int SL_STDCALL SLPreview | ( | const SLPreviewData * | data | ) |
SL_EXPORT int SL_STDCALL SLRelease | ( | ) |