CBaseMediaFilter::Stop
Microsoft DirectShow 9.0 |
CBaseMediaFilter::Stop
The Stop method stops the object. This method implements the IMediaFilter::Stop method.
Syntax
HRESULT Stop(void);
Return Value
Returns S_OK.
Remarks
In the base class, this method sets the CBaseMediaFilter::m_State member variable to State_Stopped but does nothing else.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also