Microsoft DirectX 9.0

CSource::GetPinCount

The GetPinCount method retrieves the number of pins on the filter. This method implements the pure virtual CBaseFilter::GetPinCount method.

Syntax

int GetPinCount(void);

Return Value

Returns the number of pins on this filter.

See Also