WAVEFORMATEX
version(Windows)
extern (
Windows) @
nogc nothrow __gshared
struct WAVEFORMATEX {
}
- cbSize
WORD cbSize;
Undocumented in source.
- nAvgBytesPerSec
DWORD nAvgBytesPerSec;
Undocumented in source.
- nBlockAlign
WORD nBlockAlign;
Undocumented in source.
- nChannels
WORD nChannels;
Undocumented in source.
- nSamplesPerSec
DWORD nSamplesPerSec;
Undocumented in source.
- wBitsPerSample
WORD wBitsPerSample;
Undocumented in source.
- wFormatTag
WORD wFormatTag;
Undocumented in source.
soundio headers wasapiheader
aliasesenumsstatic functionsstatic variablesstructs