Quake II RTX doxygen  1.0 dev
wavinfo_t Struct Reference

#include <sound.h>

Public Attributes

char * name
 
int rate
 
int width
 
int loopstart
 
int samples
 
byte * data
 

Detailed Description

Definition at line 88 of file sound.h.

Member Data Documentation

◆ data

byte* wavinfo_t::data

Definition at line 94 of file sound.h.

Referenced by AL_UploadSfx(), and GetWavinfo().

◆ loopstart

int wavinfo_t::loopstart

Definition at line 92 of file sound.h.

Referenced by AL_UploadSfx(), and GetWavinfo().

◆ name

char* wavinfo_t::name

Definition at line 89 of file sound.h.

Referenced by GetWavinfo(), and S_LoadSound().

◆ rate

int wavinfo_t::rate

Definition at line 90 of file sound.h.

Referenced by AL_UploadSfx(), and GetWavinfo().

◆ samples

int wavinfo_t::samples

Definition at line 93 of file sound.h.

Referenced by AL_UploadSfx(), and GetWavinfo().

◆ width

int wavinfo_t::width

Definition at line 91 of file sound.h.

Referenced by AL_UploadSfx(), and GetWavinfo().