Click or drag to resize
WaveFormatBlockAlign Property
Gets or sets Block alignment, in bytes. (nBlockAlign)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public virtual short BlockAlign { get; set; }

Property Value

Type: Int16
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.
See Also