#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/sound/SoundBuffer.h>
orxonox::SoundBuffer::~SoundBuffer |
( |
| ) |
|
orxonox::SoundBuffer::SoundBuffer |
( |
const std::string & |
filename, |
|
|
std::list< std::shared_ptr< SoundBuffer >>::iterator |
poolIterator |
|
) |
| |
|
private |
ALuint orxonox::SoundBuffer::getBuffer |
( |
| ) |
|
|
inline |
const std::string& orxonox::SoundBuffer::getFilename |
( |
| ) |
const |
|
inline |
unsigned int orxonox::SoundBuffer::getSize |
( |
void |
| ) |
const |
void orxonox::SoundBuffer::loadOgg |
( |
const std::shared_ptr< ResourceInfo > & |
fileInfo, |
|
|
DataStreamPtr |
dataStream |
|
) |
| |
|
private |
void orxonox::SoundBuffer::loadStandard |
( |
const std::shared_ptr< ResourceInfo > & |
fileInfo, |
|
|
DataStreamPtr |
dataStream |
|
) |
| |
|
private |
ALuint orxonox::SoundBuffer::audioBuffer_ |
|
private |
std::string orxonox::SoundBuffer::filename_ |
|
private |
std::list<std::shared_ptr<SoundBuffer> >::iterator orxonox::SoundBuffer::poolIterator_ |
|
private |
The documentation for this class was generated from the following files: