IAMParse::Flush
Microsoft DirectShow 9.0 |
IAMParse::Flush
The Flush method clears the current file data to allow for a more rapid switch to a new file.
Syntax
HRESULT Flush(void);
Parameters
This method takes no parameters.
Return Values
Returns an HRESULT value.
Remarks
Although this method can make transitions much more immediate, it can also make them appear less seamless.
Requirements
Header: Include Amparse.h.
Library: Use Strmiids.lib.
See Also