![]() |
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.
|
#include "moTypes.h"#include "moText.h"#include "moBuckets.h"#include "moArray.h"#include "moAbstract.h"Go to the source code of this file.
Classes | |
| class | moVideoFormat |
| Formato de video. More... | |
| class | moAudioFormat |
| Formato de audio. More... | |
| class | moVideoSample |
| Muestra de video o cuadro. More... | |
| class | moCaptureDevice |
| Definición de un dispositivo de video, generalmente uno de captura de video, o camara. More... | |
| class | moVideoFramework |
| Plataforma de reproducción de video, actualmente GStreamer para todas las plataformas. More... | |
| class | moVideoGraph |
| Grafo de reproducción de video. More... | |
Functions | |
| moDeclareExportedDynamicArray (moCaptureDevice, moCaptureDevices) | |
| enum moAudioMode |
Resoluciones de audio.
enumeración de resoluciones de video
Definition at line 99 of file moVideoGraph.h.
| enum moColorMode |
Formatos de codificacion de color.
enumeración de formatos de color
| Enumerator | |
|---|---|
| DEFAULT | |
| YUV | |
| RGB | |
| I420 | |
| YUY2 | |
Definition at line 123 of file moVideoGraph.h.
| enum moStreamState |
typedef enum { GST_STATE_VOID_PENDING = 0, GST_STATE_NULL = 1, GST_STATE_READY = 2, GST_STATE_PAUSED = 3, GST_STATE_PLAYING = 4 } GstState;
| Enumerator | |
|---|---|
| MO_STREAMSTATE_UNKNOWN | |
| MO_STREAMSTATE_PAUSED | |
| MO_STREAMSTATE_PLAYING | |
| MO_STREAMSTATE_WAITING | |
| MO_STREAMSTATE_READY | |
| MO_STREAMSTATE_STOPPED | |
Definition at line 140 of file moVideoGraph.h.
| enum moVideoMode |
Resoluciones de video.
enumeración de resoluciones de video
| Enumerator | |
|---|---|
| PAL_D1 | |
| NTSC_D1 | |
| NTSC_SQUARE | |
| NTSC_VDISC | |
| PAL_VDISC | |
| NTSC_SVCD | |
| PAL_SVCD | |
| NTSC_VCD | |
| PAL_VCD | |
| PAL_DVD | |
| NTSC_DVD | |
| HDTV_720p | |
| HDTV_1080p | |
| VGA | |
| HVGA | |
| CGA | |
| MOVIDEOMODE_UNKNOWN | |
Definition at line 69 of file moVideoGraph.h.
| moDeclareExportedDynamicArray | ( | moCaptureDevice | , |
| moCaptureDevices | |||
| ) |