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