| AudioWaveFormatBlockAlign Property  | 
            Returns the block alignment
            
 
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
See Also