CBaseOutputPin::EndOfStream
Microsoft DirectShow 9.0 |
CBaseOutputPin::EndOfStream
The EndOfStream method notifies the pin that no additional data is expected. This method implements the IPin::EndOfStream method.
Syntax
HRESULT EndOfStream(void);
Return Value
Returns E_UNEXPECTED.
Remarks
This method should only be called on input pins, so the CBaseOutputPin implementation returns E_UNEXPECTED.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also