Share via


IMediaStream::SendEndOfStream (Windows Embedded CE 6.0)

1/6/2010

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

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

IMediaStream Interface