Share via


IMediaStream::SendEndOfStream (Compact 2013)

3/26/2014

This method forces the current stream to end. If the current stream is not writable, this method does nothing.

Syntax

HRESULT SendEndOfStream(
  DWORD dwFlags
);

Parameters

  • dwFlags
    [in] Reserved for flag data. Must be zero.

Return Value

Returns S_OK if successful or MS_E_INCOMPATIBLE if the existing sample is not compatible with the current media stream.

Remarks

Applications do not call this internal method.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IMediaStream Interface