COutputQueue::m_ppSamples
Microsoft DirectShow 9.0 |
COutputQueue::m_ppSamples
Array of samples of size COutputQueue::m_lBatchSize.
Syntax
IMediaSample **m_ppSamples;
Remarks
The worker thread pulls samples from the queue and places them in this array. It passes the array to the IMemInputPin::ReceiveMultiple method. If the object is not using a worker thread, the object places samples directly into this array. The COutputQueue::m_List member variable holds the queue.
Requirements
** Header:** Declared in Outputq.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also