Microsoft DirectX 9.0

CTransInPlaceOutputPin Class

CTransInPlaceOutputPin Class Hierarchy

The CTransInPlaceOutputPin class implements an output pin that is used by the CTransInPlaceFilter class.

Typically, you do not need to derive from this class. If you do, you must override the filter's CTransInPlaceFilter::GetPin method to create instances of your derived class.

Requirements

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

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

Protected Member Variables  
m_pTIPFilter Pointer to the filter that created this pin.
Public Methods  
CTransInPlaceOutputPin Constructor method.
CheckMediaType Determines if the pin accepts a specific media type.
SetAllocator Specifies an allocator for the connection.
ConnectedIMemInputPin Retrieves a pointer to the downstream input pin.
PeekAllocator Retrieves a pointer to the pin's allocator.
IPin Methods  
EnumMediaTypes Enumerates the pin's preferred media types.