CSource::GetPinCount

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Source.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also