CTransInPlaceFilter::GetPin

Retrieves a pin if an index is specified.

virtual CBasePin * GetPin(
int n );

Parameters

  • n
    Index of the pin to return.

Return Values

Returns a pointer to a CBasePin object.

Remarks

This member function is implemented and need not be overridden unless one or more of the transform pin classes (CTransInPlaceInputPin or CTransInPlaceOutputPin) are being overridden.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.