Ozeki VoIP SDK Class library
BlockAlign Property
NamespacesOzeki.Media.Audio.Waveform.FormatsWaveFormatBlockAlign
Gets or sets Block alignment, in bytes. (nBlockAlign)
Declaration Syntax
C#Visual BasicVisual 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);
}
Property Value
Remarks
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