CTransInPlaceOutputPin::ConnectedIMemInputPin
Microsoft DirectShow 9.0 |
CTransInPlaceOutputPin::ConnectedIMemInputPin
The ConnectedIMemInputPin method retrieves a pointer to the downstream input pin. This method returns the CBaseOutputPin::m_pInputPin member variable.
Syntax
IMemInputPin *ConnectedIMemInputPin(void);
Return Value
Returns a pointer to the IMemInputPin interface on the downstream input pin.
Requirements
** Header:** Declared in Transip.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also