Share via


CRendererInputPin::EndOfStream

 
Microsoft DirectShow 9.0

CRendererInputPin::EndOfStream

The EndOfStream method notifies the pin that no additional data is expected. This method overrides the CBasePin::EndOfStream method.

Syntax

  HRESULT EndOfStream(void);

Return Value

Returns an HRESULT value.

Requirements

**  Header:** Declared in Renbase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also