Share via


CBaseRenderer::GetPinCount

 
Microsoft DirectShow 9.0

CBaseRenderer::GetPinCount

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.

Requirements

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

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

See Also