Microsoft DirectX 9.0

CBaseMediaFilter::Stop

The Stop method stops the object. This method implements the IMediaFilter::Stop method.

Syntax

HRESULT Stop(void);

Return Value

Returns S_OK.

Remarks

In the base class, this method sets the CBaseMediaFilter::m_State member variable to State_Stopped but does nothing else.

See Also