![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <snd_local.h>
Public Member Functions | |
| virtual void | ProcessSample (float *in, float *out) |
Public Member Functions inherited from SoundFX | |
| SoundFX () | |
| virtual | ~SoundFX () |
| virtual void | Initialize () |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from SoundFX | |
| bool | initialized |
| int | channel |
| int | maxlen |
| float * | buffer |
| float | continuitySamples [4] |
| float | param |
Definition at line 330 of file snd_local.h.
Implements SoundFX.
Definition at line 1275 of file snd_system.cpp.
1.8.6.