CBaseAllocator::m_lCount

 
Microsoft DirectShow 9.0

CBaseAllocator::m_lCount

Number of buffers to provide. The CBaseAllocator::SetProperties method sets this value. The buffers are not allocated until the CBaseAllocator::Commit method is called. The current number of allocated buffers is specified by the CBaseAllocator::m_lAllocated member variable.

Syntax

  long m_lCount;

Requirements

**  Header:** Declared in Amfilter.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also