![]() |
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"
Ir al código fuente de este archivo.
Clases | |
class | moDecoderPlaylist |
class | moDecoderManager |
typedefs | |
typedef void | moDecoderDevice |
typedef void | moVideoMixer |
typedef void | moVideoDecoder |
Enumeraciones | |
enum | moDecoderType { MO_DECODERTYPE_VDPAU, MO_DECODERTYPE_CUDA, MO_DECODERTYPE_OPENCL } |
typedef void moDecoderDevice |
Definición en la línea 43 del archivo moDecoderManager.h.
typedef void moVideoDecoder |
Definición en la línea 45 del archivo moDecoderManager.h.
typedef void moVideoMixer |
Definición en la línea 44 del archivo moDecoderManager.h.
enum moDecoderType |
Valores de enumeraciones | |
---|---|
MO_DECODERTYPE_VDPAU | |
MO_DECODERTYPE_CUDA | |
MO_DECODERTYPE_OPENCL |
Definición en la línea 57 del archivo moDecoderManager.h.