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