#include <audiobase.h>
Inheritance diagram for openalpp::AudioBase:

Protected Member Functions | |
| AudioBase (int frequency=-1, int refresh=-1, int synchronous=-1) throw (InitError) | |
| virtual | ~AudioBase () |
Static Protected Attributes | |
| bool | reverbinitiated_ |
| void(* | alReverbScale )(ALuint sid, ALfloat param) |
| void(* | alReverbDelay )(ALuint sid, ALfloat param) |
|
||||||||||||||||
|
Constructor.
|
|
|
Destructor. |
|
|
Set reverb delay. This pointer will be set by AudioEnviroment::InitiateReverb()
|
|
|
Set reverb scale. This pointer will be set by AudioEnviroment::InitiateReverb()
|
|
|
Flag for whether reverb has been initiated. Reverb can be initiated with AudioEnviroment::InitiateReverb() |
1.3.9.1