Go to the documentation of this file.
65 typedef size_t (*
OggzIORead) (
void * user_handle,
void * buf,
size_t n);
78 typedef size_t (*
OggzIOWrite) (
void * user_handle,
void * buf,
size_t n);
93 typedef int (*
OggzIOSeek) (
void * user_handle,
long offset,
int whence);