#include <vstypes.h>
#include <codec.h>
Include dependency graph for codecvorbis.h:
Go to the source code of this file.
Defines | |
#define | USE_COMMENTS |
Functions | |
Codec * | CodVorbisCreate (void) |
void | CodVorbisDelete (struct Codec *cod) |
enum CodecError | CodVorbisDecode (struct Codec *cod, struct CodecServices *cs, const char **errorString) |
auto s_int16 | CodVBlockSize (register __i0 struct Codec *c, register __a0 s_int16 bType) |
Definition in file codecvorbis.h.
|
Definition at line 13 of file codecvorbis.h. |
|
|
|
Create and allocate space for codec.
|
|
Decode file. Upon success or a negative number, Codec has succeeded. With a positive number, there has been an error. Upon return, an error string is also returned.
|
|
Free all resources allocated for codec.
|