#include <sounddata.h>
Inheritance diagram for openalpp::SoundData:

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 | |
| openalpp::ref_ptr< SoundBuffer > | buffer_ |
| ALuint | buffername_ |
|
|
Constructor. |
|
|
Copy constructor. |
|
|
Destructor. |
|
|
Get the OpenAL name for the buffer.
|
|
|
Assignment operator. |
|
|
See class SoundBuffer comment. |
|
|
OpenAL name for the buffer. |
1.3.9.1