TDME2 1.9.121
|
Interface to audio module. More...
#include <tdme/audio/Audio.h>
Public Member Functions | |
const Vector3 & | getListenerPosition () const |
void | setListenerPosition (const Vector3 &listenerPosition) |
Set listener position. More... | |
const Vector3 & | getListenerVelocity () const |
void | setListenerVelocity (const Vector3 &listenerVelocity) |
Set listener velocity. More... | |
const Vector3 & | getListenerOrientationAt () const |
void | setListenerOrientationAt (const Vector3 &listenerOrientationAt) |
Set listener orientation at. More... | |
const Vector3 & | getListenerOrientationUp () const |
void | setListenerOrientationUp (const Vector3 &listenerOrientationUp) |
Set listener orientation up. More... | |
AudioEntity * | getEntity (const string &id) |
Returns an audio entity identified by given id. More... | |
void | addEntity (AudioEntity *entity) |
Adds a audio entity. More... | |
void | removeEntity (const string &id) |
Removes an audio entity. More... | |
void | reset () |
Clears all audio entities. More... | |
void | shutdown () |
Shuts the audio down. More... | |
void | update () |
Update and transfer audio entity states to open AL. More... | |
Static Public Member Functions | |
static Audio * | getInstance () |
Private Member Functions | |
Audio () | |
Private constructor. More... | |
Private Attributes | |
ALCdevice * | device { nullptr } |
ALCcontext * | context { nullptr } |
map< string, AudioEntity * > | audioEntities |
AudioBufferManager | audioBufferManager |
Vector3 | listenerPosition |
Vector3 | listenerVelocity |
Vector3 | listenerOrientationAt |
Vector3 | listenerOrientationUp |
Static Private Attributes | |
static constexpr int32_t | ALBUFFERID_NONE { -1 } |
static constexpr int32_t | ALSOURCEID_NONE { -1 } |
static STATIC_DLL_IMPEXT Audio * | instance = nullptr |
Friends | |
class | AudioBufferManager |
class | AudioStream |
class | Sound |
void addEntity | ( | AudioEntity * | entity | ) |
AudioEntity * getEntity | ( | const string & | id | ) |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
void removeEntity | ( | const string & | id | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void update | ( | ) |
|
friend |
|
friend |
|
staticconstexprprivate |
|
staticconstexprprivate |
|
private |
|
private |