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

Data Fields

int channels
 
int dataofs
 
int loopstart
 
int rate
 
int samples
 
int width
 

Detailed Description

Definition at line 30 of file snd_wav.c.

Field Documentation

◆ channels

int wavinfo_t::channels

Definition at line 34 of file snd_wav.c.

Referenced by GetWavinfo(), and S_LoadWavFile().

◆ dataofs

int wavinfo_t::dataofs

Definition at line 37 of file snd_wav.c.

Referenced by GetWavinfo(), and S_LoadWavFile().

◆ loopstart

int wavinfo_t::loopstart

Definition at line 35 of file snd_wav.c.

Referenced by GetWavinfo(), and S_LoadWavFile().

◆ rate

int wavinfo_t::rate

Definition at line 32 of file snd_wav.c.

Referenced by GetWavinfo(), and S_LoadWavFile().

◆ samples

int wavinfo_t::samples

Definition at line 36 of file snd_wav.c.

Referenced by GetWavinfo(), and S_LoadWavFile().

◆ width

int wavinfo_t::width

Definition at line 33 of file snd_wav.c.

Referenced by GetWavinfo(), and S_LoadWavFile().


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