COutputQueue::SendAnyway
Microsoft DirectShow 9.0 |
COutputQueue::SendAnyway
The SendAnyway method delivers any pending samples.
Syntax
void SendAnyway(void);
Remarks
If the COutputQueue::m_bBatchExact member variable is TRUE, the object fills the COutputQueue::m_ppSamples array before it delivers a batch of samples. Call this method to deliver a partial batch. For example, the COutputQueue::EOS method calls SendAnyway to serialize end-of-stream messages.
Requirements
** Header:** Declared in Outputq.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also