The OutputPin method retrieves a pointer to the filter's output pin.
Syntax
CTransInPlaceOutputPin *OutputPin(void);
Return Value
Returns the CTransformFilter::m_pOutput member variable.
See Also