Share via


CBaseVideoRenderer::OnStopStreaming

 
Microsoft DirectShow 9.0

CBaseVideoRenderer::OnStopStreaming

The OnStopStreaming method is called at the end of streaming to fix times for the property page report.

Syntax

  HRESULT OnStopStreaming(void);

Return Value

Returns an HRESULT value.

Remarks

This member function is called twice, once when pausing and again when the stream is actually stopped.

This member function overrides CBaseRenderer::OnStopStreaming.

Requirements

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

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

See Also