#include <OpenAL_types.h>
Public Attributes | |
WAVEFORMATEX | Format |
union { | |
unsigned short wValidBitsPerSample | |
unsigned short wSamplesPerBlock | |
unsigned short wReserved | |
} | Samples |
unsigned long | dwChannelMask |
GUID | SubFormat |
union { | |
WORD wValidBitsPerSample | |
WORD wSamplesPerBlock | |
WORD wReserved | |
} | Samples |
DWORD | dwChannelMask |
Definition at line 72 of file OpenAL_types.h.
unsigned long WAVEFORMATEXTENSIBLE::dwChannelMask |
Definition at line 79 of file OpenAL_types.h.
Definition at line 73 of file OpenAL_types.h.
union { ... } WAVEFORMATEXTENSIBLE::Samples |
union { ... } WAVEFORMATEXTENSIBLE::Samples |
Definition at line 80 of file OpenAL_types.h.
unsigned short WAVEFORMATEXTENSIBLE::wReserved |
Definition at line 77 of file OpenAL_types.h.
unsigned short WAVEFORMATEXTENSIBLE::wSamplesPerBlock |
Definition at line 76 of file OpenAL_types.h.
unsigned short WAVEFORMATEXTENSIBLE::wValidBitsPerSample |
Definition at line 75 of file OpenAL_types.h.