![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <snd_main.h>
Data Fields | |
snd_format_t | format |
unsigned int | maxframes |
max size (buffer size), in sample frames | |
unsigned int | nbframes |
current size, in sample frames | |
unsigned char | samples [4] |
variable sized | |
Definition at line 37 of file snd_main.h.
snd_format_t snd_buffer_t::format |
Definition at line 39 of file snd_main.h.
unsigned int snd_buffer_t::maxframes |
max size (buffer size), in sample frames
Definition at line 41 of file snd_main.h.
unsigned int snd_buffer_t::nbframes |
current size, in sample frames
Definition at line 40 of file snd_main.h.
unsigned char snd_buffer_t::samples[4] |
variable sized
Definition at line 42 of file snd_main.h.