Gets or sets Block alignment, in bytes. (nBlockAlign)

C# | Visual Basic | Visual C++ |
public virtual short BlockAlign { get; set; }
Public Overridable Property BlockAlign As Short Get Set
public: virtual property short BlockAlign { short get (); void set (short value); }


The block alignment is the minimum atomic unit of data for the WaveFormatTag format type.
f WaveFormatTag is PCM or EXTENSIBLE, this must be equal to the product of Channels and BitsPerSample divided by 8 (bits per byte).
For non-PCM formats, this member must be computed according to the manufacturer's specification of the format tag.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290