List of all members.
Detailed Description
Class for loading sampled files.
Constructor & Destructor Documentation
openalpp::Sample::Sample |
( |
const std::string & |
filename |
) |
throw (FileError) |
Constructor.
- Parameters:
-
| filename | is name of file to load. |
openalpp::Sample::Sample |
( |
const Sample & |
sample |
) |
|
openalpp::Sample::Sample |
( |
ALenum |
format, |
|
|
ALvoid * |
data, |
|
|
ALsizei |
size, |
|
|
ALsizei |
freq | |
|
) |
| | throw (FileError) |
Constructor.
- Parameters:
-
| format | to use to create sample from data. |
| data | use to create sample. |
| size | of data. |
| freq | of data. |
virtual openalpp::Sample::~Sample |
( |
|
) |
[protected, virtual] |
Member Function Documentation
std::string openalpp::Sample::getFileName |
( |
|
) |
const |
Get file name of loaded file.
- Returns:
- file name.
Sample& openalpp::Sample::operator= |
( |
const Sample & |
sample |
) |
|
The documentation for this class was generated from the following file: