Alvas.Audio Class Library

WaveFormat.nBlockAlign Field

Block alignment, in bytes. The block alignment is the minimum atomic unit of data. For PCM data, the block alignment is the number of bytes used by a single sample, including data for both channels if the data is stereo. For example, the block alignment for 16-bit stereo PCM is 4 bytes (2 channels — 2 bytes per sample).

[Visual Basic]
Public nBlockAlign As Short
[C#]
public Int16 nBlockAlign;

See Also

WaveFormat Class | Alvas.Audio Namespace