Microsoft DirectX 9.0

COutputQueue::m_bBatchExact

Flag that specifies whether the object delivers samples in exact batches.

Syntax

BOOL const m_bBatchExact;

Remarks

If the value is TRUE, the object waits until it has a complete batch of media samples before delivering any. Otherwise, it delivers samples as they arrive. The COutputQueue::m_lBatchSize member variable defines the batch size.

See Also