CTransInPlaceOutputPin::PeekAllocator

 
Microsoft DirectShow 9.0

CTransInPlaceOutputPin::PeekAllocator

The PeekAllocator method retrieves a pointer to the pin's allocator. The method does not increment the reference count on the interface.

Syntax

  IMemAllocator *PeekAllocator(void)

Return Value

Returns the CBaseOutputPin::m_pAllocator member variable.

Requirements

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

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

See Also