◆ OggFileDataStream() [1/2]
| Sound::OggFileDataStream::OggFileDataStream |
( |
| ) |
|
|
inline |
◆ OggFileDataStream() [2/2]
◆ close()
| int Sound::OggFileDataStream::close |
( |
| ) |
|
|
inline |
◆ read()
| size_t Sound::OggFileDataStream::read |
( |
char * |
buf, |
|
|
size_t |
sz, |
|
|
int |
n |
|
) |
| |
|
inline |
◆ Reset() [1/2]
| void Sound::OggFileDataStream::Reset |
( |
| ) |
|
|
inline |
◆ Reset() [2/2]
◆ seek()
| int Sound::OggFileDataStream::seek |
( |
ogg_int64_t |
offset, |
|
|
int |
whence |
|
) |
| |
|
inline |
◆ tell()
| long Sound::OggFileDataStream::tell |
( |
| ) |
|
|
inline |
◆ CALLBACKS
| const ov_callbacks Sound::OggFileDataStream::CALLBACKS |
|
static |
Initial value:= {
&OggFileDataStream::ov_callback_read,
&OggFileDataStream::ov_callback_seek,
&OggFileDataStream::ov_callback_close,
&OggFileDataStream::ov_callback_tell
}
The documentation for this class was generated from the following file: