CRendererPosPassThru::EOS
Microsoft DirectShow 9.0 |
CRendererPosPassThru::EOS
The EOS method updates the cached time stamps after an end-of-stream notification.
Syntax
HRESULT EOS(void);
Return Value
Returns an HRESULT value. Possible values include those listed in the following table.
Value | Description |
S_OK | Success. |
E_FAIL | Failure. Possibly the filter is not streaming. |
Remarks
The filter should call this method when it receives an end-of-stream notification (IPin::EndOfStream). The method sets both cached time stamps equal to the stop position, ensuring that the IMediaSeeking::GetCurrentPosition method returns the correct values at the end of the stream.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also