doom3-gpl
Doom 3 GPL source release
|
#include <vorbisfile.h>
Public Attributes | |
size_t(* | read_func )(void *ptr, size_t size, size_t nmemb, void *datasource) |
int(* | seek_func )(void *datasource, ogg_int64_t offset, int whence) |
int(* | close_func )(void *datasource) |
long(* | tell_func )(void *datasource) |
Definition at line 39 of file vorbisfile.h.
Definition at line 42 of file vorbisfile.h.
Definition at line 40 of file vorbisfile.h.
int(* ov_callbacks::seek_func)(void *datasource, ogg_int64_t offset, int whence) |
Definition at line 41 of file vorbisfile.h.
long(* ov_callbacks::tell_func)(void *datasource) |
Definition at line 43 of file vorbisfile.h.