libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include "moConfig.h"
#include "moTypes.h"
#include "moThread.h"
#include "moBuckets.h"
#include "moVideoGraph.h"
Go to the source code of this file.
Classes | |
class | moGsFramework |
class | moGsGraph |
GStreamer Graph Class. More... | |
Macros | |
#define | MO_GSTREAMER |
Typedefs | |
typedef void | moGstElement |
typedef void | moGstPad |
typedef void | moGstBus |
typedef void | moGstBuffer |
typedef void | moGstCaps |
typedef void | moGstMessage |
typedef void * | moGPointer |
typedef void * | moGUserData |
typedef bool | moGBoolean |
typedef int | moGstStateChangeReturn |
typedef void | moGMainLoop |
typedef void | moGMainContext |
typedef int | moGstCallbackReturn |
typedef void | moGstPadProbeInfo |
typedef void | moGstAppSink |
typedef int | moGstFlowReturn |
#define MO_GSTREAMER |
Definition at line 57 of file moGsGraph.h.
typedef bool moGBoolean |
Definition at line 70 of file moGsGraph.h.
typedef void moGMainContext |
Definition at line 73 of file moGsGraph.h.
typedef void moGMainLoop |
Definition at line 72 of file moGsGraph.h.
typedef void* moGPointer |
Definition at line 68 of file moGsGraph.h.
typedef void moGstAppSink |
Definition at line 76 of file moGsGraph.h.
typedef void moGstBuffer |
Definition at line 65 of file moGsGraph.h.
typedef void moGstBus |
Definition at line 64 of file moGsGraph.h.
typedef int moGstCallbackReturn |
Definition at line 74 of file moGsGraph.h.
typedef void moGstCaps |
Definition at line 66 of file moGsGraph.h.
typedef void moGstElement |
Definition at line 62 of file moGsGraph.h.
typedef int moGstFlowReturn |
Definition at line 77 of file moGsGraph.h.
typedef void moGstMessage |
Definition at line 67 of file moGsGraph.h.
typedef void moGstPad |
Definition at line 63 of file moGsGraph.h.
typedef void moGstPadProbeInfo |
Definition at line 75 of file moGsGraph.h.
typedef int moGstStateChangeReturn |
Definition at line 71 of file moGsGraph.h.
typedef void* moGUserData |
Definition at line 69 of file moGsGraph.h.
Definition at line 80 of file moGsGraph.h.