Microsoft DirectX 9.0 |
The BeginFlush method begins a flush operation.
Syntax
virtual HRESULT BeginFlush(void);
Return Value
Returns S_OK.
Remarks
The filter's input pin calls this method when it receives a call to the IPin::BeginFlush method. The filter releases the streaming thread, and releases any sample that it was holding for rendering.
See Also