Share via


CBaseRenderer::Stop (Compact 2013)

3/26/2014

Transitions the renderer to State_Stopped if it is not in this state already.

Syntax

HRESULT Stop(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

If the renderer is not in the State_Stopped state, the CRendererInputPin::Inactive member function is called for each of the renderer's connected pins.

If this member function succeeds, the filter's m_State member variable is set to State_Stopped.

This member function overrides CBaseFilter::Stop.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseRenderer Class