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 <moTypes.h>
#include <moTempo.h>
#include <moText.h>
#include <moLock.h>
#include <moFBO.h>
#include <moTexture.h>
#include <moVideoGraph.h>
#include <moResourceManager.h>
#include "moGLManager.h"
Go to the source code of this file.
Classes | |
class | moDecoderPlaylist |
class | moDecoderManager |
Typedefs | |
typedef void | moDecoderDevice |
typedef void | moVideoMixer |
typedef void | moVideoDecoder |
Enumerations | |
enum | moDecoderType { MO_DECODERTYPE_VDPAU, MO_DECODERTYPE_CUDA, MO_DECODERTYPE_OPENCL } |
typedef void moDecoderDevice |
Definition at line 43 of file moDecoderManager.h.
typedef void moVideoDecoder |
Definition at line 45 of file moDecoderManager.h.
typedef void moVideoMixer |
Definition at line 44 of file moDecoderManager.h.
enum moDecoderType |
Enumerator | |
---|---|
MO_DECODERTYPE_VDPAU | |
MO_DECODERTYPE_CUDA | |
MO_DECODERTYPE_OPENCL |
Definition at line 57 of file moDecoderManager.h.