Microsoft DirectX 9.0 |
The GetPinCount method retrieves the number of pins.
Syntax
virtual int GetPinCount(void);
Return Value
Returns 1.
Remarks
This method implements the CBaseFilter::GetPinCount method, which is pure virtual in the CBaseFilter class.
See Also