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