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,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class