Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

Audio

OpenAL Audio module. More...


Namespaces

namespace  MMAudio
 Namespace for the audio module.


Compounds

class  Listener
 Represents the listener. More...

class  Source
 An object that emits sound. More...

class  Stream
 Class for playing an ogg/vorbis file. More...


Functions

void addSoundFiles (const char *const *names, int count)
 Add a list of soundfiles to the sounds that can be played by a source.

void addSoundFile (const char *name)
 Add a soundfile to the sounds that can be played by a source.


Detailed Description

OpenAL Audio module.


Function Documentation

void MMAudio::addSoundFile const char *    name
 

Add a soundfile to the sounds that can be played by a source.

Parameters:
name  Filename of the sound to add

Definition at line 61 of file BufferManager.cpp.

void MMAudio::addSoundFiles const char *const *    names,
int    count
 

Add a list of soundfiles to the sounds that can be played by a source.

Parameters:
names  Filenames of the sounds
count  Number of sounds to add

Definition at line 55 of file BufferManager.cpp.


Generated on Thu Aug 18 16:03:36 2005 for Robin Hood: Thieves & Knights by doxygen1.2.18