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

See Also