CBaseOutputPin::DeliverBeginFlush (Compact 2013)
3/26/2014
Calls the IPin::BeginFlush method on the connected input pin.
Syntax
virtual HRESULT DeliverBeginFlush(void);
Parameters
None.
Return Value
Returns VFW_E_NOT_CONNECTED if no input pin is found; otherwise, returns the value that is returned by the IPin::BeginFlush method.
Remarks
This member function delivers the BeginFlush notification downstream.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |