doom3-gpl
Doom 3 GPL source release
|
#include <snd_local.h>
Public Attributes | |
ALuint | handle |
int | startTime |
idSoundChannel * | chan |
bool | inUse |
bool | looping |
bool | stereo |
Definition at line 667 of file snd_local.h.
idSoundChannel* openalSource_t::chan |
Definition at line 670 of file snd_local.h.
ALuint openalSource_t::handle |
Definition at line 668 of file snd_local.h.
bool openalSource_t::inUse |
Definition at line 671 of file snd_local.h.
bool openalSource_t::looping |
Definition at line 672 of file snd_local.h.
int openalSource_t::startTime |
Definition at line 669 of file snd_local.h.
bool openalSource_t::stereo |
Definition at line 673 of file snd_local.h.