CTransformInputPin::EndFlush
Microsoft DirectShow 9.0 |
CTransformInputPin::EndFlush
The EndFlush method ends a flush operation. This method implements the IPin::EndFlush method.
Syntax
HRESULT EndFlush(void);
Return Value
Returns an HRESULT value. Possible values include those shown in the following table.
Value | Description |
S_OK | Success. |
VFW_E_NOT_CONNECTED | Output pin is not connected. |
Remarks
This method calls the filter's CTransformFilter::EndFlush method to deliver the call downstream. Then it calls the pin's CBaseInputPin::EndFlush method.
Requirements
** Header:** Declared in Transfrm.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also