1 #ifndef SIMAGE_OGGVORBIS_H 2 #define SIMAGE_OGGVORBIS_H 24 #ifndef SIMAGE_OGGVORBIS_SUPPORT 25 #error "This file should not be used under the current configuration!" void oggvorbis_reader_stream_close(s_stream *stream)
char * filename
Definition: stream.c:38
int oggvorbis_reader_stream_open(const char *filename, s_stream *stream, s_params *params)
void * oggvorbis_reader_stream_get(s_stream *stream, void *buffer, int *size, s_params *params)
Windows specific information.
int oggvorbis_reader_stream_seek(s_stream *stream, int offset, int whence, s_params *params)
int oggvorbis_reader_stream_tell(s_stream *stream, s_params *params)
s_params * params
Definition: stream.c:48