Classes | |
class | SoundBuffer |
Public Member Functions | |
ALuint | getAlBuffer () const |
SoundData () throw (NameError,InitError) | |
SoundData (const SoundData &sounddata) | |
SoundData & | operator= (const SoundData &sounddata) |
Protected Member Functions | |
virtual | ~SoundData () |
Protected Attributes | |
osg::ref_ptr< SoundBuffer > | buffer_ |
Base class for sound data.
openalpp::SoundData::SoundData | ( | const SoundData & | sounddata | ) |
Copy constructor.
virtual openalpp::SoundData::~SoundData | ( | ) | [protected, virtual] |
Destructor.
ALuint openalpp::SoundData::getAlBuffer | ( | ) | const |
Get the OpenAL name for the buffer.
osg::ref_ptr<SoundBuffer> openalpp::SoundData::buffer_ [protected] |
See class SoundBuffer comment.