Microsoft DirectX 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.

See Also