doom3-gpl
Doom 3 GPL source release
|
#include <snd_local.h>
Public Member Functions | |
virtual void | Initialize () |
virtual void | ProcessSample (float *in, float *out) |
Public Member Functions inherited from SoundFX | |
SoundFX () | |
virtual | ~SoundFX () |
void | SetChannel (int chan) |
int | GetChannel () |
void | SetContinuitySamples (float in1, float in2, float out1, float out2) |
void | GetContinuitySamples (float &in1, float &in2, float &out1, float &out2) |
void | SetParameter (float val) |
Private Attributes | |
int | currentTime |
Additional Inherited Members | |
Protected Attributes inherited from SoundFX | |
bool | initialized |
int | channel |
int | maxlen |
float * | buffer |
float | continuitySamples [4] |
float | param |
Definition at line 346 of file snd_local.h.
Reimplemented from SoundFX.
Definition at line 1319 of file snd_system.cpp.
Implements SoundFX.
Definition at line 1329 of file snd_system.cpp.
|
private |
Definition at line 347 of file snd_local.h.