CSource::AddPin
Microsoft DirectShow 9.0 |
CSource::AddPin
The AddPin method adds a new output pin to the filter.
Syntax
HRESULT AddPin( CSourceStream *pStream );
Parameters
pStream
Pointer to the CSourceStream object that implements the pin.
Return Value
Returns one of the HRESULT values shown in the following table.
Value | Description |
S_OK | Success |
E_OUTOFMEMORY | Insufficient memory |
Remarks
When you create a new pin derived from CSourceStream, the CSourceStream constructor automatically calls this method, to add the output pin to the filter.
Requirements
** Header:** Declared in Source.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also