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.
|
Clase de manipulación para el cuadro de un video en memoria. More...
#include <moVideoManager.h>
Public Member Functions | |
moVideoFrame () | |
virtual | ~moVideoFrame () |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
virtual MOboolean | Init (moText bufferformat, moBitmap *pImageResult) |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Public Attributes | |
MOint | options |
moMemory * | hmem |
moBitmapFormat | fif |
MOlong | m_FrameSize |
MOuint | m_width |
MOuint | m_height |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Additional Inherited Members | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
Clase de manipulación para el cuadro de un video en memoria.
Clase de manipulación para el cuadro de un video en memoria
Definition at line 229 of file moVideoManager.h.
moVideoFrame::moVideoFrame | ( | ) |
|
virtual |
Definition at line 62 of file moVideoManager.cpp.
|
virtual |
Finaliza el objeto, libera recursos.
Función de finalización. Libera los recursos generados en la función de inicialización.
Reimplemented from moAbstract.
Definition at line 121 of file moVideoManager.cpp.
|
virtual |
Inicializa el objeto.
Función de Inicialización. Todos los recursos manejados exclusivamente por este objeto son generados aquí.
Reimplemented from moAbstract.
Definition at line 67 of file moVideoManager.cpp.
Definition at line 74 of file moVideoManager.cpp.
moBitmapFormat moVideoFrame::fif |
Definition at line 244 of file moVideoManager.h.
moMemory* moVideoFrame::hmem |
Definition at line 243 of file moVideoManager.h.
MOlong moVideoFrame::m_FrameSize |
Definition at line 248 of file moVideoManager.h.
MOuint moVideoFrame::m_height |
Definition at line 251 of file moVideoManager.h.
MOuint moVideoFrame::m_width |
Definition at line 250 of file moVideoManager.h.
MOint moVideoFrame::options |
Definition at line 241 of file moVideoManager.h.