CBaseOutputPin::Deliver (Compact 2013)
3/26/2014
Delivers the IMediaSample buffer to the connected pin.
Syntax
virtual HRESULT Deliver(
IMediaSample* pSample
);
Parameters
- pSample
Buffer to deliver.
Return Value
Returns VFW_E_NOT_CONNECTED if no input pin is found; otherwise, returns an HRESULT value.
Remarks
This member function delivers this buffer to the connected input pin by calling its IMemInputPin::Receive method.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |