UFO: Alien Invasion
|
#include <s_local.h>
Data Fields | |
vec3_t | right |
s_channel_t | channels [MAX_CHANNELS] |
int | sampleRepeatRate |
int | rate |
int | numChannels |
uint16_t | format |
bool | initialized |
s_channel_t s_env_s::channels[MAX_CHANNELS] |
Definition at line 63 of file s_local.h.
Referenced by S_AllocChannel(), S_Frame(), S_FreeChannel(), S_LoopSample(), S_PlaySample(), S_SpatializeChannel(), and S_Stop().
bool s_env_s::initialized |
Definition at line 70 of file s_local.h.
Referenced by M_AddToSampleBuffer(), M_Change_f(), M_RandomTrack_f(), M_Start(), S_Frame(), S_Init(), S_LoadSampleIdx(), S_MumbleLink(), S_MumbleUnlink(), S_MumbleUpdate(), S_PlaySample(), S_PrecacheSamples(), S_Shutdown(), S_StartLocalSample(), and S_Stop().
int s_env_s::rate |
Definition at line 66 of file s_local.h.
Referenced by M_AddToSampleBuffer(), and S_Init().
vec3_t s_env_s::right |
Definition at line 61 of file s_local.h.
Referenced by S_Frame(), and S_SpatializeChannel().
int s_env_s::sampleRepeatRate |
milliseconds that must have passed to replay the same sample again
Definition at line 65 of file s_local.h.
Referenced by S_PlaySample(), and S_SetSampleRepeatRate().