CMemAllocator::m_pBuffer
Microsoft DirectShow 9.0 |
CMemAllocator::m_pBuffer
Pointer to the memory block that contains the buffers.
Syntax
LPBYTE m_pBuffer;
Remarks
Sample buffers are calculated as offsets from this pointer.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also