Microsoft DirectX 9.0 |
The GetPinCount method retrieves the number of pins on the filter.
Syntax
virtual int GetPinCount(void);
Return Value
Returns 2.
Remarks
This method overrides the CBaseFilter::GetPinCount method. The CTransformFilter class supports exactly one input pin and one output pin.
See Also