UFO: Alien Invasion
s_env_t Struct Reference

#include <s_local.h>

Collaboration diagram for s_env_t:
Collaboration graph

Data Fields

vec3_t right
 
s_channel_t channels [MAX_CHANNELS]
 
int sampleRepeatRate
 
int rate
 
int numChannels
 
uint16_t format
 
bool initialized
 

Detailed Description

Definition at line 60 of file s_local.h.

Field Documentation

◆ channels

◆ format

uint16_t s_env_t::format

Definition at line 68 of file s_local.h.

Referenced by S_Init().

◆ initialized

◆ numChannels

int s_env_t::numChannels

Definition at line 67 of file s_local.h.

Referenced by S_Init().

◆ rate

int s_env_t::rate

Definition at line 66 of file s_local.h.

Referenced by M_AddToSampleBuffer(), and S_Init().

◆ right

vec3_t s_env_t::right

Definition at line 61 of file s_local.h.

Referenced by S_Frame(), and S_SpatializeChannel().

◆ sampleRepeatRate

int s_env_t::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().


The documentation for this struct was generated from the following file: