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 audio. More...
#include <moVideoGraph.h>
Public Member Functions | |
moAudioFormat () | |
void | SetAudioMode () |
Formato de audio.
estructura que define la definición y la frecuencia de muestreo del sonido tamaño de buffer, etc... de 1 paquete de audio
Definition at line 223 of file moVideoGraph.h.
|
inline |
Definition at line 226 of file moVideoGraph.h.
|
inline |
Definition at line 239 of file moVideoGraph.h.
moAudioMode moAudioFormat::m_AudioMode |
Definition at line 267 of file moVideoGraph.h.
MOuint moAudioFormat::m_BitCount |
duración de la muestra en unidades de 100 nanosegundos (DirectShow) o 1ns (GStreamer), 1 ns = 1e-9 100ns = 1e-7
Definition at line 278 of file moVideoGraph.h.
MOuint moAudioFormat::m_BitRate |
cantidad canales
Definition at line 273 of file moVideoGraph.h.
MOuint moAudioFormat::m_BufferSize |
bits por cada pixel, 32, 24, 16, 8
Definition at line 280 of file moVideoGraph.h.
MOuint moAudioFormat::m_Channels |
profundidad de la muestra
Definition at line 271 of file moVideoGraph.h.
MOuint moAudioFormat::m_Depth |
ancho de la muestra
Definition at line 270 of file moVideoGraph.h.
MOuint moAudioFormat::m_SampleRate |
8,16,24,32
Definition at line 275 of file moVideoGraph.h.
MOuint moAudioFormat::m_SampleSize |
tasa en bits por segundos
Definition at line 274 of file moVideoGraph.h.
MOuint moAudioFormat::m_TimePerSample |
cantidad de muestras por segundo : 41000 Hz, 48000 Hz
Definition at line 276 of file moVideoGraph.h.
MOboolean moAudioFormat::m_WaitForFormat |
tamaño en bytes del buffer de la muestra
Definition at line 282 of file moVideoGraph.h.
MOuint moAudioFormat::m_Width |
modo de audio, ver: moVideoMode
Definition at line 269 of file moVideoGraph.h.