TDME2 1.9.121
Private Member Functions | Private Attributes | Friends | List of all members
AudioBufferManager Class Referencefinal

Audio buffer manager. More...

#include <tdme/audio/AudioBufferManager.h>

Collaboration diagram for AudioBufferManager:
Collaboration graph

Private Member Functions

 AudioBufferManager ()
 Private constructor. More...
 
AudioBufferManager_AudioBufferManagedaddAudioBuffer (const string &id)
 Adds a audio buffer to manager / open al stack. More...
 
bool removeAudioBuffer (const string &id)
 Removes a texture from manager / open gl stack. More...
 

Private Attributes

unordered_map< string, AudioBufferManager_AudioBufferManaged * > audioBuffers
 

Friends

class AudioBufferManager_AudioBufferManaged
 
class Audio
 
class Sound
 

Detailed Description

Audio buffer manager.

Author
Andreas Drewke
Version
$Id$

Definition at line 19 of file AudioBufferManager.h.

Constructor & Destructor Documentation

◆ AudioBufferManager()

AudioBufferManager ( )
private

Private constructor.

Definition at line 19 of file AudioBufferManager.cpp.

Member Function Documentation

◆ addAudioBuffer()

AudioBufferManager_AudioBufferManaged * addAudioBuffer ( const string &  id)
private

Adds a audio buffer to manager / open al stack.

Parameters
idid
Returns
audio buffer managed

Definition at line 23 of file AudioBufferManager.cpp.

◆ removeAudioBuffer()

bool removeAudioBuffer ( const string &  id)
private

Removes a texture from manager / open gl stack.

Parameters
idid
Returns
true if caller has to remove the audio buffer from open AL

Definition at line 42 of file AudioBufferManager.cpp.

Friends And Related Function Documentation

◆ Audio

friend class Audio
friend

Definition at line 22 of file AudioBufferManager.h.

◆ AudioBufferManager_AudioBufferManaged

Definition at line 21 of file AudioBufferManager.h.

◆ Sound

friend class Sound
friend

Definition at line 23 of file AudioBufferManager.h.

Member Data Documentation

◆ audioBuffers

unordered_map<string, AudioBufferManager_AudioBufferManaged*> audioBuffers
private

Definition at line 26 of file AudioBufferManager.h.


The documentation for this class was generated from the following files: