doom3-gpl
Doom 3 GPL source release
|
#include <snd_local.h>
Public Attributes | |
waveformatex_t | Format |
union { | |
word wValidBitsPerSample | |
word wSamplesPerBlock | |
word wReserved | |
} | Samples |
dword | dwChannelMask |
int | SubFormat |
Definition at line 142 of file snd_local.h.
dword waveformatextensible_s::dwChannelMask |
Definition at line 149 of file snd_local.h.
waveformatex_t waveformatextensible_s::Format |
Definition at line 143 of file snd_local.h.
union { ... } waveformatextensible_s::Samples |
int waveformatextensible_s::SubFormat |
Definition at line 151 of file snd_local.h.
word waveformatextensible_s::wReserved |
Definition at line 147 of file snd_local.h.
word waveformatextensible_s::wSamplesPerBlock |
Definition at line 146 of file snd_local.h.
word waveformatextensible_s::wValidBitsPerSample |
Definition at line 145 of file snd_local.h.