Block alignment, in bytes. The block alignment is the minimum atomic unit of data for the wFormatTag format type.
Syntax
| Visual Basic (Declaration) | |
|---|
Public nBlockAlign As Short |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WaveFormatEx
Dim value As Short
value = instance.nBlockAlign
instance.nBlockAlign = value |
| C# | |
|---|
public short nBlockAlign |
| C++/CLI | |
|---|
public:
short nBlockAlign |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also