Share via


CSourceStream::~CSourceStream

 
Microsoft DirectShow 9.0

CSourceStream::~CSourceStream

Destructor method.

Syntax

  ~CSourceStream(void);

Remarks

The destructor automatically removes the pin from the owning filter, by calling CSource::RemovePin.

Requirements

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

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

See Also