Block alignment, in bytes, for an audio media type. The block alignment is the minimum atomic unit of data for the audio format.
UINT32
GUID MF_MT_AUDIO_BLOCK_ALIGNMENT = {0x322de230,0x9eeb,0x43bd,{0xab,0x7a,0xff,0x41,0x22,0x51,0x54,0x1d} }
For PCM audio formats, the block alignment is equal to the number of audio channels multiplied by the number of bytes per audio sample.
This attribute corresponds to the nBlockAlign member of the WAVEFORMATEX structure.
The GUID constant for this attribute is exported from mfuuid.lib.
Header: Declared in mfapi.h.