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

Formato de video. More...

#include <moVideoGraph.h>

Public Member Functions

 moVideoFormat ()
 
void SetVideoMode ()
 

Public Attributes

moVideoMode m_VideoMode
 
moColorMode m_ColorMode
 
MOuint m_Height
 
MOuint m_Width
 
MOuint m_BitRate
 
MOuint m_TimePerFrame
 
MOuint m_BitCount
 
MOuint m_BufferSize
 
MOuint m_FrameRate
 
MOboolean m_WaitForFormat
 
MOuint m_RedMask
 
MOuint m_GreenMask
 
MOuint m_BlueMask
 
MOuint m_AlphaMask
 

Detailed Description

Formato de video.

estructura que define el ancho, alto, velocidad de reproducción tamaño de buffer, etc... de 1 cuadro de video

Definition at line 155 of file moVideoGraph.h.

Constructor & Destructor Documentation

moVideoFormat::moVideoFormat ( )
inline

Definition at line 158 of file moVideoGraph.h.

Member Function Documentation

void moVideoFormat::SetVideoMode ( )
inline

Definition at line 173 of file moVideoGraph.h.

Member Data Documentation

MOuint moVideoFormat::m_AlphaMask

Definition at line 214 of file moVideoGraph.h.

MOuint moVideoFormat::m_BitCount

duración del frame en unidades de 100 nanosegundos (DirectShow) o 1ns (GStreamer), 1 ns = 1e-9 100ns = 1e-7

Definition at line 207 of file moVideoGraph.h.

MOuint moVideoFormat::m_BitRate

ancho en pixels

Definition at line 205 of file moVideoGraph.h.

MOuint moVideoFormat::m_BlueMask

Definition at line 213 of file moVideoGraph.h.

MOuint moVideoFormat::m_BufferSize

bits por cada pixel, 32, 24, 16, 15, 8, 1

Definition at line 208 of file moVideoGraph.h.

moColorMode moVideoFormat::m_ColorMode

modo de video, ver: moVideoMode

Definition at line 202 of file moVideoGraph.h.

MOuint moVideoFormat::m_FrameRate

tamaño en bytes del buffer de imagen

Definition at line 209 of file moVideoGraph.h.

MOuint moVideoFormat::m_GreenMask

Definition at line 212 of file moVideoGraph.h.

MOuint moVideoFormat::m_Height

Definition at line 203 of file moVideoGraph.h.

MOuint moVideoFormat::m_RedMask

bandera que marca la indefinición del formato, default: true

Definition at line 211 of file moVideoGraph.h.

MOuint moVideoFormat::m_TimePerFrame

tasa en bits por segundos

Definition at line 206 of file moVideoGraph.h.

moVideoMode moVideoFormat::m_VideoMode

Definition at line 201 of file moVideoGraph.h.

MOboolean moVideoFormat::m_WaitForFormat

cantidad de frames por cada 100 segundos, PAL: 2500 NTSC: 2997

Definition at line 210 of file moVideoGraph.h.

MOuint moVideoFormat::m_Width

alto en pixels

Definition at line 204 of file moVideoGraph.h.


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