Share via


CRendererInputPin::EndFlush (Compact 2013)

3/26/2014

Informs the pin to end a flush operation.

Syntax

HRESULT EndFlush(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function overrides CBaseInputPin::EndFlush and calls the renderer filter's EndFlush member function before calling the base class implementation.

Note that because this is a renderer, it does not pass the flush on downstream.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CRendererInputPin Class