Microsoft DirectX 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.

See Also