#include <vstypes.h>
#include <codec.h>
Include dependency graph for codecminiwav.h:
Go to the source code of this file.
Functions | |
Codec * | CodMiniWavCreate (void) |
void | CodMiniWavDelete (struct Codec *cod) |
enum CodecError | CodMiniWavDecode (struct Codec *cod, struct CodecServices *cs, const char **errorString) |
Definition in file codecminiwav.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.
|