Bagikan melalui


CBaseRenderer::StopStreaming

 
Microsoft DirectShow 9.0

CBaseRenderer::StopStreaming

The StopStreaming method halts streaming when the filter switches out of the running state.

Syntax

  virtual HRESULT StopStreaming(void);

Return Value

Returns S_OK.

Remarks

This method calls the CBaseRenderer::OnStopStreaming method. That method 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