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

Data Fields

unsigned char * buffer
 
int64_t buffsize
 
int64_t ind
 

Detailed Description

Definition at line 336 of file snd_ogg.c.

Field Documentation

◆ buffer

unsigned char* ov_decode_t::buffer

Definition at line 338 of file snd_ogg.c.

Referenced by OGG_GetSamplesFloat(), OGG_LoadVorbisFile(), and ovcb_read().

◆ buffsize

int64_t ov_decode_t::buffsize

Definition at line 339 of file snd_ogg.c.

Referenced by OGG_GetSamplesFloat(), OGG_LoadVorbisFile(), ovcb_read(), and ovcb_seek().

◆ ind

int64_t ov_decode_t::ind

Definition at line 339 of file snd_ogg.c.

Referenced by OGG_GetSamplesFloat(), OGG_LoadVorbisFile(), ovcb_read(), and ovcb_seek().


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