IMediaStreamFilter::Flush
Microsoft DirectShow 9.0 |
IMediaStreamFilter::Flush
- Note This interface is deprecated. New applications should not use it.
The Flush method notifies the filter that one of its pins has flushed data. The filter's input pins call this method.
Syntax
HRESULT Flush( BOOL bCancelEOS );
Parameters
bCancelEOS
[in] Boolean value that indicates whether to cancel the pin's previous end-of-stream notification. If TRUE, the filter decrements the internal end-of-stream count.
Return Values
Returns S_OK if successful, or an error code otherwise.
See Also