#include <sound.h>
Public Attributes | |
char * | name |
int | rate |
int | width |
int | loopstart |
int | samples |
byte * | data |
byte* wavinfo_t::data |
Definition at line 94 of file sound.h.
Referenced by AL_UploadSfx(), and GetWavinfo().
int wavinfo_t::loopstart |
Definition at line 92 of file sound.h.
Referenced by AL_UploadSfx(), and GetWavinfo().
char* wavinfo_t::name |
Definition at line 89 of file sound.h.
Referenced by GetWavinfo(), and S_LoadSound().
int wavinfo_t::rate |
Definition at line 90 of file sound.h.
Referenced by AL_UploadSfx(), and GetWavinfo().
int wavinfo_t::samples |
Definition at line 93 of file sound.h.
Referenced by AL_UploadSfx(), and GetWavinfo().
int wavinfo_t::width |
Definition at line 91 of file sound.h.
Referenced by AL_UploadSfx(), and GetWavinfo().