doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ov_callbacks Struct Reference

#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)
 

Detailed Description

Definition at line 39 of file vorbisfile.h.

Member Data Documentation

int(* ov_callbacks::close_func)(void *datasource)

Definition at line 42 of file vorbisfile.h.

size_t(* ov_callbacks::read_func)(void *ptr, size_t size, size_t nmemb, void *datasource)

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.


The documentation for this struct was generated from the following file: