CBaseAllocator::m_lAlignment
Microsoft DirectShow 9.0 |
CBaseAllocator::m_lAlignment
Alignment of each buffer. The address of each buffer must be an even multiple of this value. The prefix must be calculated into the alignment; see CBaseAllocator::m_lPrefix.
Syntax
long m_lAlignment;
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also