CBaseOutputPin::EndOfStream (Compact 2013)

3/26/2014

Informs the input pin that no additional data is expected until a new run command is issued.

Syntax

HRESULT EndOfStream(void);

Parameters

None.

Return Value

Returns E_UNEXPECTED.

Remarks

This member function implements the IPin::EndOfStream method but is not expected to be called on an output pin.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class