#include <sample.h>
Inheritance diagram for openalpp::Sample:
Public Member Functions | |
Sample (const std::string &filename) throw (FileError) | |
Sample (const Sample &sample) | |
Sample (ALenum format, ALvoid *data, ALsizei size, ALsizei freq) throw (FileError) | |
std::string | getFileName () const |
Sample & | operator= (const Sample &sample) |
Protected Member Functions | |
virtual | ~Sample () |
|
Constructor.
|
|
Copy constructor. |
|
Constructor.
|
|
Destructor |
|
Get file name of loaded file.
|
|
Assignment operator. |