Share via


COutputQueue::m_bBatchExact

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

Requirements

**  Header:** Declared in Outputq.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also