CTransformFilter::EndFlush
Microsoft DirectShow 9.0 |
CTransformFilter::EndFlush
The EndFlush method ends a flush operation.
Syntax
virtual HRESULT EndFlush(void);
Return Value
Returns S_OK or another HRESULT value.
Remarks
At the end of a flush operation, the input pin's CTransformInputPin::EndFlush method calls this method. This method passes the EndFlush call downstream.
If the derived class uses a worker thread to deliver samples, it must discard any queued data before sending the EndFlush call downstream. For more information, see Data Flow for Filter Developers.
Requirements
** Header:** Declared in Transfrm.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also