FrameQueueSink::popAllOutputQueueBuffers Method

Fetches all currently available FrameQueueBuffer instances from the output queue and returns them.
Syntax:
tFrameQueueBufferList       popAllOutputQueueBuffers();
Return Value:

If one or more buffers are currently available in the output queue, this method returns all tFrameQueueBufferPtr instances. If no buffers are currently available in the output queue a empty list is returned.

See also: FrameQueueSink, tFrameQueueBufferList, FrameQueueBuffer

<< FrameQueueSink