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. | |
|
|
Add a soundfile to the sounds that can be played by a source.
Definition at line 61 of file BufferManager.cpp. |
|
||||||||||||
|
Add a list of soundfiles to the sounds that can be played by a source.
Definition at line 55 of file BufferManager.cpp. |
1.2.18