CBaseRenderer::Inactive
Microsoft DirectShow 9.0 |
CBaseRenderer::Inactive
The Inactive method is called when the state is switched to stopped.
Syntax
virtual HRESULT Inactive(void);
Return Value
Returns S_OK.
Remarks
The input pin calls this method from its own CRendererInputPin::Inactive method. The filter calls the CBaseRenderer::ClearPendingSample method to release the most recent sample.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also