| WaveFormatBlockAlign Property  | 
            Gets or sets Block alignment, in bytes. (nBlockAlign)
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic virtual short BlockAlign { get; set; }Public Overridable Property BlockAlign As Short
	Get
	Set
public:
virtual property short BlockAlign {
	short get ();
	void set (short value);
}abstract BlockAlign : int16 with get, set
override BlockAlign : int16 with 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