Share via


CBaseRenderer::Active

 
Microsoft DirectShow 9.0

CBaseRenderer::Active

The Active method is called when the state is switched to paused or running.

Syntax

  virtual HRESULT Active(void);

Return Value

Returns S_OK.

Remarks

The input pin calls this method from its own CRendererInputPin::Active method. This method does nothing in the base class.

Requirements

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

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

See Also