COutputQueue::EndFlush
Microsoft DirectShow 9.0 |
COutputQueue::EndFlush
The EndFlush method ends a flush operation.
Syntax
void EndFlush(void);
Remarks
If the object is using a thread, this method waits for the COutputQueue::m_evFlushComplete event. The thread signals this event after it frees any pending samples. If the object is not using a thread, this method calls the COutputQueue::FreeSamples method. Then the EndFlush method calls the IPin::EndFlush method on the input pin.
Requirements
** Header:** Declared in Outputq.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also