#include <OpenAL_types.h>
Public Attributes | |
unsigned short | wFormatTag |
unsigned short | nChannels |
unsigned long | nSamplesPerSec |
unsigned long | nAvgBytesPerSec |
unsigned short | nBlockAlign |
unsigned short | wBitsPerSample |
unsigned short | cbSize |
WORD | wFormatTag |
WORD | nChannels |
DWORD | nSamplesPerSec |
DWORD | nAvgBytesPerSec |
WORD | nBlockAlign |
WORD | wBitsPerSample |
WORD | cbSize |
Definition at line 60 of file OpenAL_types.h.
unsigned short tWAVEFORMATEX::cbSize |
Definition at line 67 of file OpenAL_types.h.
unsigned long tWAVEFORMATEX::nAvgBytesPerSec |
Definition at line 64 of file OpenAL_types.h.
unsigned short tWAVEFORMATEX::nBlockAlign |
Definition at line 65 of file OpenAL_types.h.
unsigned short tWAVEFORMATEX::nChannels |
Definition at line 62 of file OpenAL_types.h.
unsigned long tWAVEFORMATEX::nSamplesPerSec |
Definition at line 63 of file OpenAL_types.h.
unsigned short tWAVEFORMATEX::wBitsPerSample |
Definition at line 66 of file OpenAL_types.h.
unsigned short tWAVEFORMATEX::wFormatTag |
Definition at line 61 of file OpenAL_types.h.