00001 00007 #ifndef CODEC_MINIWAV_H 00008 #define CODEC_MINIWAV_H 00009 00010 #include <vstypes.h> 00011 #include <codec.h> 00012 00018 struct Codec *CodMiniWavCreate(void); 00019 00025 void CodMiniWavDelete(struct Codec *cod); 00026 00041 enum CodecError CodMiniWavDecode(struct Codec *cod, struct CodecServices *cs, 00042 const char **errorString); 00043 00044 00045 #endif