Share via


CBaseRenderer::EndOfStream (Compact 2013)

3/26/2014

Called when the input pin receives an end-of-stream notification.

Syntax

HRESULT EndOfStream(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

If samples have been received and rendered, this member function notifies EC_COMPLETE.

If samples have been received but not rendered, this function sets m_bEOS and checks for it on completing samples.

If the filter is waiting to be paused, this function completes the transition to paused state by setting the state event.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class