Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
tWAVEFORMATEX Struct Reference

#include <cWaveFormat.h>

Inheritance diagram for tWAVEFORMATEX:
GrayLib::cWaveFormatEx

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...
 

Member Data Documentation

◆ cbSize

WORD tWAVEFORMATEX::cbSize

The count in bytes of the size of.

◆ nAvgBytesPerSec

UINT32 tWAVEFORMATEX::nAvgBytesPerSec

for buffer estimation

◆ nBlockAlign

WORD tWAVEFORMATEX::nBlockAlign

block size of data

◆ nChannels

WORD tWAVEFORMATEX::nChannels

number of channels (i.e. mono, stereo...) (left is always first)

◆ nSamplesPerSec

UINT32 tWAVEFORMATEX::nSamplesPerSec

sample rate

◆ wBitsPerSample

WORD tWAVEFORMATEX::wBitsPerSample

Number of bits per sample of mono data.

◆ wFormatTag

WORD tWAVEFORMATEX::wFormatTag

format type = WAVE_FORMAT_PCM


The documentation for this struct was generated from the following file: