![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cWaveFormat.h>
Public Attributes | |
WORD | wFormatTag |
format type = WAVE_FORMAT_PCM More... | |
WORD | nChannels |
number of channels (i.e. mono, stereo...) (left is always first) More... | |
UINT32 | nSamplesPerSec |
sample rate More... | |
UINT32 | nAvgBytesPerSec |
for buffer estimation More... | |
WORD | nBlockAlign |
block size of data More... | |
WORD | wBitsPerSample |
Number of bits per sample of mono data. More... | |
WORD | cbSize |
The count in bytes of the size of. More... | |
WORD tWAVEFORMATEX::cbSize |
The count in bytes of the size of.
UINT32 tWAVEFORMATEX::nAvgBytesPerSec |
for buffer estimation
WORD tWAVEFORMATEX::nBlockAlign |
block size of data
WORD tWAVEFORMATEX::nChannels |
number of channels (i.e. mono, stereo...) (left is always first)
UINT32 tWAVEFORMATEX::nSamplesPerSec |
sample rate
WORD tWAVEFORMATEX::wBitsPerSample |
Number of bits per sample of mono data.
WORD tWAVEFORMATEX::wFormatTag |
format type = WAVE_FORMAT_PCM