Microsoft DirectX 9.0

CBaseOutputPin::DeliverEndOfStream

The DeliverEndOfStream method delivers an end-of-stream notification to the connected input pin.

Syntax

virtual HRESULT DeliverEndOfStream(void);

Return Value

Returns an HRESULT value. Possible values include those listed in the following table.

Value Description
S_OK Success.
VFW_E_NOT_CONNECTED Pin is not connected.

Remarks

This method calls the IPin::EndOfStream method on the input pin.

See Also