CVideoTransformFilter::EndFlush
Microsoft DirectShow 9.0 |
CVideoTransformFilter::EndFlush
The EndFlush method ends a flush operation. This method overrides the CTransformFilter::EndFlush method.
Syntax
HRESULT EndFlush(void);
Return Value
Returns S_OK if successful, or an error code.
Remarks
This method resets all of the filter's internal performance measurements.
Requirements
** Header:** Declared in Vtrans.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also