|
static size_t | Read (void *bufferToFill, size_t itemSize, size_t numItems, void *context) |
|
static int | Seek (void *context, ogg_int64_t offset, int whence) |
|
static int | Close (void *context) |
|
static long | Tell (void *context) |
|
Definition at line 145 of file ogg.cpp.
VorbisBufferAdapter::VorbisBufferAdapter |
( |
const shared_ptr< u8 > & |
buffer, |
|
|
size_t |
size |
|
) |
| |
|
inline |
static int VorbisBufferAdapter::Close |
( |
void * |
context | ) |
|
|
inlinestatic |
static size_t VorbisBufferAdapter::Read |
( |
void * |
bufferToFill, |
|
|
size_t |
itemSize, |
|
|
size_t |
numItems, |
|
|
void * |
context |
|
) |
| |
|
inlinestatic |
static int VorbisBufferAdapter::Seek |
( |
void * |
context, |
|
|
ogg_int64_t |
offset, |
|
|
int |
whence |
|
) |
| |
|
inlinestatic |
static long VorbisBufferAdapter::Tell |
( |
void * |
context | ) |
|
|
inlinestatic |
shared_ptr<u8> VorbisBufferAdapter::buffer |
|
private |
off_t VorbisBufferAdapter::offset |
|
private |
off_t VorbisBufferAdapter::size |
|
private |
The documentation for this class was generated from the following file:
- /home/sathyam/0ad.svn/source/soundmanager/data/ogg.cpp