Share via


CBaseRenderer::OnStartStreaming

 
Microsoft DirectShow 9.0

CBaseRenderer::OnStartStreaming

The OnStartStreaming method is called when the filter begins streaming.

Syntax

  virtual HRESULT OnStartStreaming(void);

Return Value

Returns S_OK.

Remarks

The CBaseRenderer::StartStreaming 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