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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moSoundEffect Struct Reference

Efecto de sonido. More...

#include <moSoundManager.h>

Inheritance diagram for moSoundEffect:
moAbstract

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 moDebugMODebug2 = new moDebug()
 Clase de impresión de errores para depuración More...
 
static moTextHeapMODebug = new moTextHeap()
 Lista de textos. More...
 

Detailed Description

Efecto de sonido.

Efecto de sonido

Definition at line 104 of file moSoundManager.h.

Constructor & Destructor Documentation

moSoundEffect::moSoundEffect ( )
inline

Definition at line 107 of file moSoundManager.h.

virtual moSoundEffect::~moSoundEffect ( )
inlinevirtual

Definition at line 108 of file moSoundManager.h.

Member Function Documentation

void moSoundEffect::GetParameterF ( MOint  param,
MOfloat pflValue 
)

Definition at line 380 of file moSoundManager.cpp.

void moSoundEffect::SetParameterF ( MOint  param,
MOfloat  flValue 
)

Definition at line 372 of file moSoundManager.cpp.

Member Data Documentation

MOuint moSoundEffect::m_EffectId

Definition at line 110 of file moSoundManager.h.


The documentation for this struct was generated from the following files: