3#include <vorbis/vorbisfile.h>
Audio decoder base class.
OGG/Vorbis audio decoder.
~VorbisDecoder()
Destructor.
virtual void openFile(const string &pathName, const string &fileName)
Open a local file.
static int oggfiledata_close(VorbisDecoder::OGGFileData *oggFileData)
Close OGG file data.
virtual void close()
Closes the audio file.
static int oggfiledata_seek(VorbisDecoder::OGGFileData *oggFileData, ogg_int64_t offset, int whence)
Seek in OGG file data.
OGGFileData * oggFileData
static size_t oggfiledata_read(void *buffer, size_t size, size_t count, VorbisDecoder::OGGFileData *oggFileData)
Read from OGG file data.
VorbisDecoder()
Constructor.
virtual void reset()
Resets this audio decoder, if a stream was open it will be rewinded.
virtual int32_t readFromStream(ByteBuffer *data)
Read raw PCM data from stream.
static long oggfiledata_tell(VorbisDecoder::OGGFileData *oggFileData)
Tell position of OGG file data.