CEnumPins::CEnumPins
Microsoft DirectShow 9.0 |
CEnumPins::CEnumPins
Constructor method.
Syntax
CEnumPins( CBaseFilter *pFilter, CEnumPins *pEnumPins );
Parameters
pFilter
Pointer to the filter on which to enumerate the pins.
pEnumPins
Pointer to the IEnumPins interface of an enumerator to clone, or NULL.
Remarks
If pEnumPins is NULL, this method initializes the enumerator to the beginning of the enumeration sequence. Otherwise, it duplicates the internal state of the enumerator specified by pEnumPins.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also