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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moVideoFrame Class Reference

Clase de manipulación para el cuadro de un video en memoria. More...

#include <moVideoManager.h>

Inheritance diagram for moVideoFrame:
moAbstract

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
 
moMemoryhmem
 
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 moDebugMODebug2 = new moDebug()
 Clase de impresión de errores para depuración More...
 
static moTextHeapMODebug = new moTextHeap()
 Lista de textos. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

moVideoFrame::moVideoFrame ( )
moVideoFrame::~moVideoFrame ( )
virtual

Definition at line 62 of file moVideoManager.cpp.

Member Function Documentation

MOboolean moVideoFrame::Finish ( )
virtual

Finaliza el objeto, libera recursos.

Función de finalización. Libera los recursos generados en la función de inicialización.

Returns
verdadero si fue exitosa o falso en otro caso

Reimplemented from moAbstract.

Definition at line 121 of file moVideoManager.cpp.

MOboolean moVideoFrame::Init ( )
virtual

Inicializa el objeto.

Función de Inicialización. Todos los recursos manejados exclusivamente por este objeto son generados aquí.

Returns
verdadero si fue exitosa o falso en otro caso

Reimplemented from moAbstract.

Definition at line 67 of file moVideoManager.cpp.

MOboolean moVideoFrame::Init ( moText  bufferformat,
moBitmap pImageResult 
)
virtual

Definition at line 74 of file moVideoManager.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following files: