Microsoft DirectX 8.1 (C++)

IMediaStream::SendEndOfStream

Forces the current stream to end. If the current stream isn't 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 isn't compatible with the current media stream.

Remarks

Applications do not call this internal method.

See Also