Class for loading sound files into a memory buffer.
More...
#include <_src_sound_sound_buffer.hh>
List of all members.
Detailed Description
Class for loading sound files into a memory buffer.
Internal to sound module.
SoundBuffer is an auto-destroying object.
Constructor & Destructor Documentation
| sound::SoundBuffer::SoundBuffer |
( |
const string & |
soundFilename |
) |
|
Load sound file into a memory buffer else throw exception. Supports compressed sound files.
- Parameters:
-
| soundFilename | Will be expanded to full pathname. |
| sound::SoundBuffer::~SoundBuffer |
( |
|
) |
|
Member Function Documentation
| void* sound::SoundBuffer::GetBuf |
( |
void |
|
) |
[inline] |
| long sound::SoundBuffer::GetSize |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files: