CBaseRenderer::OnStopStreaming
Microsoft DirectShow 9.0 |
CBaseRenderer::OnStopStreaming
The OnStopStreaming method is called when the filter stops streaming.
Syntax
virtual HRESULT OnStopStreaming(void);
Return Value
Returns S_OK.
Remarks
The CBaseRenderer::StopStreaming method calls this method. It does nothing in the base class, but the derived class can override it.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also