Share via


CTransformFilter::EndFlush (Compact 2013)

3/26/2014

Receives notification of leaving the flushing state and passes it downstream.

Syntax

virtual HRESULT EndFlush( );

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function is called by the CTransformInputPin::EndFlush member function. Override this member function if you are using queued data or a worker thread. It calls CBaseOutputPin::DeliverEndFlush to deliver the notification downstream.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CTransformFilter Class