CSourceStream::Inactive
Microsoft DirectShow 9.0 |
CSourceStream::Inactive
The Inactive method notifies the pin that the filter is no longer active. This method overrides the CBasePin::Inactive method. If the streaming thread is active, this method stops it and waits for the thread to exit.
Syntax
HRESULT Inactive(void);
Return Value
Returns S_OK or another HRESULT value.
Requirements
** Header:** Declared in Source.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also