Microsoft DirectX 8.1 (C++) |
Receives notification that the filter is leaving the flushing state and passes it downstream.
Syntax
HRESULT EndFlush(void);
Return Value
Returns VFW_E_NOT_CONNECTED if the filter finds no input pin; otherwise, returns the value that the IPin::EndFlush method returns.
Remarks
This member function overrides the CTransformFilter::EndFlush member function to reset quality management information.
See Also