FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
soundmanager.h File Reference
#include <queue>
#include "model/metamodel/modelcoords.h"
#include "util/base/singleton.h"
#include "fife_openal.h"
#include "soundconfig.h"
+ Include dependency graph for soundmanager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FIFE::SoundManager
 

Namespaces

 FIFE
 

Enumerations

enum  FIFE::SoundDistanceModelType {
  FIFE::SD_DISTANCE_NONE, FIFE::SD_DISTANCE_INVERSE, FIFE::SD_DISTANCE_INVERSE_CLAMPED, FIFE::SD_DISTANCE_LINEAR,
  FIFE::SD_DISTANCE_LINEAR_CLAMPED, FIFE::SD_DISTANCE_EXPONENT, FIFE::SD_DISTANCE_EXPONENT_CLAMPED
}
 Distance model from OpenAL. More...
 
enum  FIFE::SoundManagerState { FIFE::SM_STATE_INACTIV, FIFE::SM_STATE_PLAY, FIFE::SM_STATE_PAUSE, FIFE::SM_STATE_STOP }
 SoundManager state. More...