doom3-gpl
Doom 3 GPL source release
|
#include <vorbisfile.h>
Public Attributes | |
void * | datasource |
int | seekable |
ogg_int64_t | offset |
ogg_int64_t | end |
ogg_sync_state | oy |
int | links |
ogg_int64_t * | offsets |
ogg_int64_t * | dataoffsets |
long * | serialnos |
ogg_int64_t * | pcmlengths |
vorbis_info * | vi |
vorbis_comment * | vc |
ogg_int64_t | pcm_offset |
int | ready_state |
long | current_serialno |
int | current_link |
double | bittrack |
double | samptrack |
ogg_stream_state | os |
vorbis_dsp_state | vd |
vorbis_block | vb |
ov_callbacks | callbacks |
int | stream |
Definition at line 52 of file vorbisfile.h.
double OggVorbis_File::bittrack |
Definition at line 77 of file vorbisfile.h.
ov_callbacks OggVorbis_File::callbacks |
Definition at line 85 of file vorbisfile.h.
int OggVorbis_File::current_link |
Definition at line 75 of file vorbisfile.h.
long OggVorbis_File::current_serialno |
Definition at line 74 of file vorbisfile.h.
ogg_int64_t* OggVorbis_File::dataoffsets |
Definition at line 63 of file vorbisfile.h.
void* OggVorbis_File::datasource |
Definition at line 53 of file vorbisfile.h.
ogg_int64_t OggVorbis_File::end |
Definition at line 56 of file vorbisfile.h.
int OggVorbis_File::links |
Definition at line 61 of file vorbisfile.h.
ogg_int64_t OggVorbis_File::offset |
Definition at line 55 of file vorbisfile.h.
ogg_int64_t* OggVorbis_File::offsets |
Definition at line 62 of file vorbisfile.h.
ogg_stream_state OggVorbis_File::os |
Definition at line 80 of file vorbisfile.h.
ogg_sync_state OggVorbis_File::oy |
Definition at line 57 of file vorbisfile.h.
ogg_int64_t OggVorbis_File::pcm_offset |
Definition at line 72 of file vorbisfile.h.
ogg_int64_t* OggVorbis_File::pcmlengths |
Definition at line 65 of file vorbisfile.h.
int OggVorbis_File::ready_state |
Definition at line 73 of file vorbisfile.h.
double OggVorbis_File::samptrack |
Definition at line 78 of file vorbisfile.h.
int OggVorbis_File::seekable |
Definition at line 54 of file vorbisfile.h.
long* OggVorbis_File::serialnos |
Definition at line 64 of file vorbisfile.h.
int OggVorbis_File::stream |
Definition at line 87 of file vorbisfile.h.
vorbis_block OggVorbis_File::vb |
Definition at line 83 of file vorbisfile.h.
vorbis_comment* OggVorbis_File::vc |
Definition at line 69 of file vorbisfile.h.
vorbis_dsp_state OggVorbis_File::vd |
Definition at line 82 of file vorbisfile.h.
vorbis_info* OggVorbis_File::vi |
Definition at line 68 of file vorbisfile.h.