LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
WaveFormatEx Structure Members
See Also  Fields 
Leadtools.Multimedia Namespace : WaveFormatEx Structure


The following tables list the members exposed by WaveFormatEx.

Public Fields

 NameDescription
public Field cbSizeSize, in bytes, of extra format information appended to the end of the WAVEFORMATEX structure.  
public Field nAvgBytesPerSecIn most cases, this member contains the required average data-transfer rate, in bytes per second, for the format tag.  
public Field nBlockAlignBlock alignment, in bytes. The block alignment is the minimum atomic unit of data for the wFormatTag format type.  
public Field nChannelsNumber of audio channels. Monaural data uses one channel and stereo data uses two channels.  
public Field nSamplesPerSecSample rate, in samples per second (hertz). Common values are 8.0 kHz, 11.025 kHz, 22.05 kHz, and 44.1 kHz.  
public Field wBitsPerSampleBits per sample for the wFormatTag format type.  
public Field wFormatTagWaveform-audio format type. Format tags are registered with Microsoft Corporation for many compression algorithms.  
Top

See Also