CTransformFilter::GetPinCount
Retrieves the number of pins on the filter.
virtual int GetPinCount( );
Return Values
Returns 2. If you override this class to support more pins, this member function returns the total number of pins on the filter.
Remarks
This member function overrides the CBaseFilter::GetPinCount member function. The CTransformFilter class supports only one input pin and one output pin.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.