Microsoft DirectX 9.0 |
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.
See Also