DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
OggVorbis_File Struct Reference
+ Collaboration diagram for OggVorbis_File:

Data Fields

double bittrack
 
ov_callbacks callbacks
 
int current_link
 
long current_serialno
 
int64_t * dataoffsets
 
voiddatasource
 
int64_t end
 
int links
 
int64_t offset
 
int64_t * offsets
 
ogg_stream_state os
 
ogg_sync_state oy
 
int64_t pcm_offset
 
int64_t * pcmlengths
 
int ready_state
 
double samptrack
 
int seekable
 
long * serialnos
 
vorbis_block vb
 
vorbis_commentvc
 
vorbis_dsp_state vd
 
vorbis_infovi
 

Detailed Description

Definition at line 181 of file snd_ogg.c.

Field Documentation

◆ bittrack

double OggVorbis_File::bittrack

Definition at line 199 of file snd_ogg.c.

◆ callbacks

ov_callbacks OggVorbis_File::callbacks

Definition at line 204 of file snd_ogg.c.

◆ current_link

int OggVorbis_File::current_link

Definition at line 198 of file snd_ogg.c.

◆ current_serialno

long OggVorbis_File::current_serialno

Definition at line 197 of file snd_ogg.c.

◆ dataoffsets

int64_t* OggVorbis_File::dataoffsets

Definition at line 190 of file snd_ogg.c.

◆ datasource

void* OggVorbis_File::datasource

Definition at line 183 of file snd_ogg.c.

◆ end

int64_t OggVorbis_File::end

Definition at line 186 of file snd_ogg.c.

◆ links

int OggVorbis_File::links

Definition at line 188 of file snd_ogg.c.

◆ offset

int64_t OggVorbis_File::offset

Definition at line 185 of file snd_ogg.c.

◆ offsets

int64_t* OggVorbis_File::offsets

Definition at line 189 of file snd_ogg.c.

◆ os

ogg_stream_state OggVorbis_File::os

Definition at line 201 of file snd_ogg.c.

◆ oy

ogg_sync_state OggVorbis_File::oy

Definition at line 187 of file snd_ogg.c.

◆ pcm_offset

int64_t OggVorbis_File::pcm_offset

Definition at line 195 of file snd_ogg.c.

◆ pcmlengths

int64_t* OggVorbis_File::pcmlengths

Definition at line 192 of file snd_ogg.c.

◆ ready_state

int OggVorbis_File::ready_state

Definition at line 196 of file snd_ogg.c.

◆ samptrack

double OggVorbis_File::samptrack

Definition at line 200 of file snd_ogg.c.

◆ seekable

int OggVorbis_File::seekable

Definition at line 184 of file snd_ogg.c.

◆ serialnos

long* OggVorbis_File::serialnos

Definition at line 191 of file snd_ogg.c.

◆ vb

vorbis_block OggVorbis_File::vb

Definition at line 203 of file snd_ogg.c.

◆ vc

vorbis_comment* OggVorbis_File::vc

Definition at line 194 of file snd_ogg.c.

◆ vd

vorbis_dsp_state OggVorbis_File::vd

Definition at line 202 of file snd_ogg.c.

◆ vi

vorbis_info* OggVorbis_File::vi

Definition at line 193 of file snd_ogg.c.


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