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.
|
Formato de video. More...
#include <moVideoGraph.h>
Public Member Functions | |
moVideoFormat () | |
void | SetVideoMode () |
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.
|
inline |
Definition at line 158 of file moVideoGraph.h.
|
inline |
Definition at line 173 of file moVideoGraph.h.
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.