IMediaStream::SendEndOfStream
Microsoft DirectShow 9.0 |
IMediaStream::SendEndOfStream
- Note This interface is deprecated. New applications should not use it.
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 Values
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