libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Amigas 'defines' Grupos Páginas
Referencia del Archivo moSoundManager.h
#include <moTypes.h>
#include <moText.h>
#include <moConfig.h>
#include <moResourceManager.h>
#include <moFileManager.h>
#include <moDataManager.h>
#include <moGsGraph.h>

Ir al código fuente de este archivo.

Clases

struct  moSoundParam
 Parámetros de sonido. Más...
 
struct  moSoundEffect
 Efecto de sonido. Más...
 
class  moSoundBuffer
 Buffer de sonido. Más...
 
class  moSound
 Clase base de sonido. Más...
 
class  moSound3D
 Clase base de sonido. Más...
 
class  moSoundManager
 Administrador de sonidos. Más...
 

'defines'

#define NUMBUFFERS   (4)
 
#define SERVICE_UPDATE_PERIOD   (20)
 
#define MO_SOUNDERROR   -1
 

Enumeraciones

enum  moSoundType {
  MO_SOUNDTYPE_UNDEFINED, MO_SOUNDTYPE_MP3, MO_SOUNDTYPE_WAV, MO_SOUNDTYPE_OGG,
  MO_SOUNDTYPE_M4A
}
 Tipo de sonido. Más...
 
enum  moSoundState { MO_SOUND_PLAYING, MO_SOUND_SEEKING, MO_SOUND_STOPPED }
 

Funciones

 moDeclareExportedDynamicArray (moSoundEffect *, moSoundEffectArray)
 
 moDeclareExportedDynamicArray (moSoundBuffer *, moSoundBufferArray)
 
 moDeclareExportedDynamicArray (moSound *, moSoundArray)
 

Variables

const moSoundParam MODefSoundParams
 
const moSoundParam MOUndefinedSound
 

Documentación de los 'defines'

#define MO_SOUNDERROR   -1

Definición en la línea 44 del archivo moSoundManager.h.

#define NUMBUFFERS   (4)

Definición en la línea 42 del archivo moSoundManager.h.

#define SERVICE_UPDATE_PERIOD   (20)

Definición en la línea 43 del archivo moSoundManager.h.

Documentación de las enumeraciones

Valores de enumeraciones
MO_SOUND_PLAYING 
MO_SOUND_SEEKING 
MO_SOUND_STOPPED 

Definición en la línea 58 del archivo moSoundManager.h.

Tipo de sonido.

Tipo de sonido

Valores de enumeraciones
MO_SOUNDTYPE_UNDEFINED 
MO_SOUNDTYPE_MP3 
MO_SOUNDTYPE_WAV 
MO_SOUNDTYPE_OGG 
MO_SOUNDTYPE_M4A 

Definición en la línea 50 del archivo moSoundManager.h.

Documentación de las funciones

moDeclareExportedDynamicArray ( moSoundEffect ,
moSoundEffectArray   
)
moDeclareExportedDynamicArray ( moSoundBuffer ,
moSoundBufferArray   
)
moDeclareExportedDynamicArray ( moSound ,
moSoundArray   
)

Documentación de las variables

const moSoundParam MODefSoundParams
Valor inicial:
=
{
0,
0,
0,
0,
0,
0,
0
}

Definición en la línea 78 del archivo moSoundManager.h.

const moSoundParam MOUndefinedSound
Valor inicial:

Definición en la línea 89 del archivo moSoundManager.h.