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