Microsoft DirectX 9.0

IMediaStreamFilter::EndOfStream

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