COutputQueue::EOS
Microsoft DirectShow 9.0 |
COutputQueue::EOS
The EOS method delivers an end-of-stream call to the input pin.
Syntax
void EOS(void);
Remarks
If the object is using a thread, it queues an EOS_PACKET control message. The thread delivers any pending samples and calls the IPin::EndOfStream method on the input pin.
If the object is not using a thread, it calls the COutputQueue::SendAnyway method to deliver any pending samples. Then it calls IPin::EndOfStream 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