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.
|
Efecto de sonido. More...
#include <moSoundManager.h>
Public Member Functions | |
moSoundEffect () | |
virtual | ~moSoundEffect () |
void | SetParameterF (MOint param, MOfloat flValue) |
void | GetParameterF (MOint param, MOfloat *pflValue) |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Public Attributes | |
MOuint | m_EffectId |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Additional Inherited Members | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
|
inline |
Definition at line 107 of file moSoundManager.h.
|
inlinevirtual |
Definition at line 108 of file moSoundManager.h.
Definition at line 380 of file moSoundManager.cpp.
Definition at line 372 of file moSoundManager.cpp.
MOuint moSoundEffect::m_EffectId |
Definition at line 110 of file moSoundManager.h.