#include <snd_loc.h>
Public Attributes | |
int | rate |
int | width |
int | channels |
int | loopstart |
int | samples |
int | dataofs |
int wavinfo_t::channels |
Definition at line 96 of file snd_loc.h.
Referenced by GetWavinfo(), and S_LoadSound().
int wavinfo_t::dataofs |
Definition at line 99 of file snd_loc.h.
Referenced by GetWavinfo(), and S_LoadSound().
int wavinfo_t::loopstart |
Definition at line 97 of file snd_loc.h.
Referenced by GetWavinfo(), and S_LoadSound().
int wavinfo_t::rate |
Definition at line 94 of file snd_loc.h.
Referenced by GetWavinfo(), and S_LoadSound().
int wavinfo_t::samples |
Definition at line 98 of file snd_loc.h.
Referenced by GetWavinfo(), and S_LoadSound().
int wavinfo_t::width |
Definition at line 95 of file snd_loc.h.
Referenced by GetWavinfo(), and S_LoadSound().