Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
IMediaStreamFilter::EndOfStream
- Note This interface is deprecated. New applications should not use it.
 
The EndOfStream method signals the end of a stream. The Media Stream filter's input pins call this method on the filter.
Syntax
HRESULT EndOfStream(void);
Parameters
This method takes no parameters.
Return Values
Returns S_OK if successful, or an error code otherwise.
See Also