CBaseRenderer::BeginFlush (Compact 2013)

3/26/2014

Informs the renderer that flushing has started.

Syntax

virtual HRESULT BeginFlush(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function is called by CRendererInputPin::BeginFlush when informed of a flush from the upstream filter.

It releases the source thread and signals the start of flushing on the input pin.

Samples received by the renderer when it is in a flushing state are rejected.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class