#include <OpenALDecoder.h>
|
| bool | initALBuffer (ALuint &result, ALenum format, const ALvoid *data, ALsizei size, ALsizei freq) |
| Enumerator |
|---|
| Mp3 |
|
| Vorbis |
|
| Wav |
|
| Raw |
|
| Flac |
|
| Midi |
|
| Aac |
|
| virtual bool acceptsFormat |
( |
Format |
format | ) |
const |
|
pure virtual |
| virtual bool decode |
( |
OpenALFile & |
file, |
|
|
ALuint & |
result |
|
) |
| |
|
pure virtual |
Returns true if such format is supported and decoding was successful.
| bool initALBuffer |
( |
ALuint & |
result, |
|
|
ALenum |
format, |
|
|
const ALvoid * |
data, |
|
|
ALsizei |
size, |
|
|
ALsizei |
freq |
|
) |
| |
|
protected |
| static void installDecoders |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: