CTransInPlaceOutputPin::SetAllocator
Microsoft DirectShow 9.0 |
CTransInPlaceOutputPin::SetAllocator
The SetAllocator method specifies an allocator for the connection.
Syntax
void SetAllocator( IMemAllocator *pAllocator );
Parameters
pAllocator
Pointer to the allocator's IMemAllocator interface.
Remarks
The output pin for this filter never provides an allocator. This method specifies the allocator for the output pin. It sets the value of 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