openalpp::AudioBase Class Reference
List of all members.
Detailed Description
Base class for enviroment, listener and source classes. Takes care of initialisation/shutdown of anything necessary (e.g. ALut)
Constructor & Destructor Documentation
openalpp::AudioBase::AudioBase |
( |
int |
frequency = -1 , |
|
|
int |
refresh = -1 , |
|
|
int |
synchronous = -1 | |
|
) |
| | throw (InitError) [protected] |
Constructor.
- Parameters:
-
| frequency | is the output frequency, in Hz. |
| refresh | is the refresh rate, in Hz. |
| is | a flag for syncronous context. Values <0 indicates that the default should be used. |
virtual openalpp::AudioBase::~AudioBase |
( |
|
) |
[protected, virtual] |
Member Data Documentation
Flag for whether reverb has been initiated. Reverb can be initiated with AudioEnviroment::InitiateReverb()
Set reverb scale. This pointer will be set by AudioEnviroment::InitiateReverb()
- Parameters:
-
| sid | is the OpenAL name for the source |
| param | is the reverb scale. Range [0.0,1.0]. |
Set reverb delay. This pointer will be set by AudioEnviroment::InitiateReverb()
- Parameters:
-
| sid | is the OpenAL name for the source |
| param | is the reverb delay. Range [0.0,2.0]. |
The documentation for this class was generated from the following file: