1 #ifndef __OggSoundStream_h__ 2 #define __OggSoundStream_h__ 25 #define OV_EXCLUDE_STATIC_CALLBACKS 27 #include <vorbis/vorbisfile.h> 39 virtual bool read(
char* buffer,
const int bufferSize,
int* resultSize,
const char** error);
55 #endif // __OggSoundStream_h__ virtual bool read(char *buffer, const int bufferSize, int *resultSize, const char **error)
virtual SoundFormat getSoundFormat()
const char * errorString(int code)
OggSoundStream(char *path)
virtual int getRateInHz()
virtual ~OggSoundStream()