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
moVideoSample Class Reference

Muestra de video o cuadro. More...

#include <moVideoGraph.h>

Public Member Functions

 moVideoSample ()
 Constructor. More...
 
moVideoSampleoperator= (moVideoSample &p_vs)
 Constructor de copia. More...
 
 moVideoSample (moVideoFormat p_videoformat, MOpointer p_buffer)
 Constructor con formato de video y el puntero al buffer de datos. More...
 
void SetVideoSample (moVideoFormat p_videoformat, MOpointer p_buffer)
 Fija el formato de video y puntero al buffer de datos. More...
 

Public Attributes

moVideoFormat m_VideoFormat
 
void * m_pSampleBuffer
 Formato de video de la muestra. More...
 

Detailed Description

Muestra de video o cuadro.

Es literalmente el cuadro de video con un formato de video y sus datos.

Definition at line 290 of file moVideoGraph.h.

Constructor & Destructor Documentation

moVideoSample::moVideoSample ( )
inline

Constructor.

Definition at line 295 of file moVideoGraph.h.

moVideoSample::moVideoSample ( moVideoFormat  p_videoformat,
MOpointer  p_buffer 
)
inline

Constructor con formato de video y el puntero al buffer de datos.

Definition at line 307 of file moVideoGraph.h.

Member Function Documentation

moVideoSample& moVideoSample::operator= ( moVideoSample p_vs)
inline

Constructor de copia.

Definition at line 300 of file moVideoGraph.h.

void moVideoSample::SetVideoSample ( moVideoFormat  p_videoformat,
MOpointer  p_buffer 
)
inline

Fija el formato de video y puntero al buffer de datos.

Atención: esta función no copia el buffer sino solamente la referencia como puntero a un buffer ya existente.

Parameters
p_videoformatel formato de video
p_bufferel puntero a los datos

Definition at line 321 of file moVideoGraph.h.

Member Data Documentation

void* moVideoSample::m_pSampleBuffer

Formato de video de la muestra.

Definition at line 327 of file moVideoGraph.h.

moVideoFormat moVideoSample::m_VideoFormat

Definition at line 326 of file moVideoGraph.h.


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