Share via


CBaseRenderer::StopStreaming (Compact 2013)

3/26/2014

Sets the internal flag to indicate not to schedule arrival of any more samples.

Syntax

virtual HRESULT StopStreaming(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

Call this member function when streaming stops. The state change methods in the filter implementation take care of canceling any clock advise link that is set up and clearing any pending sample.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class