#include "global.h"#include "RageUtil.h"#include "RageSoundReader_Vorbisfile.h"#include "RageLog.h"#include <vorbis/vorbisfile.h>#include <cstring>#include <cerrno>#include "RageFile.h"Functions | |
| size_t | OggRageFile_read_func (void *ptr, size_t size, size_t nmemb, void *datasource) |
| int | OggRageFile_seek_func (void *datasource, ogg_int64_t offset, int whence) |
| int | OggRageFile_close_func (void *datasource) |
| long | OggRageFile_tell_func (void *datasource) |
| CString | ov_ssprintf (int err, const char *fmt,...) |
Variables | |
| const int | read_block_size = 1024 |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
1.3.7