icculus quake2 doxygen  1.0 dev
sfxcache_t Struct Reference

#include <snd_loc.h>

Public Attributes

int length
 
int loopstart
 
int speed
 
int width
 
int stereo
 
byte data [1]
 

Detailed Description

Definition at line 29 of file snd_loc.h.

Member Data Documentation

◆ data

byte sfxcache_t::data[1]

Definition at line 36 of file snd_loc.h.

Referenced by ResampleSfx(), S_PaintChannelFrom16(), and S_PaintChannelFrom8().

◆ length

int sfxcache_t::length

◆ loopstart

int sfxcache_t::loopstart

Definition at line 32 of file snd_loc.h.

Referenced by ResampleSfx(), S_LoadSound(), S_PaintChannels(), and S_SoundList().

◆ speed

int sfxcache_t::speed

Definition at line 33 of file snd_loc.h.

Referenced by ResampleSfx(), and S_LoadSound().

◆ stereo

int sfxcache_t::stereo

Definition at line 35 of file snd_loc.h.

Referenced by ResampleSfx(), S_LoadSound(), and S_SoundList().

◆ width

int sfxcache_t::width

Definition at line 34 of file snd_loc.h.

Referenced by ResampleSfx(), S_EndRegistration(), S_LoadSound(), S_PaintChannels(), and S_SoundList().