Share via


CTransformFilter::GetPin

Retrieves a pin for a specified index.

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 overrides the CBaseFilter::GetPin member function and need not be overridden unless one or more of the transform pin classes (CTransformInputPin or CTransformOutputPin) are overridden. Upon successful return, both pins are valid.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.