FrameQueueSink::popAllInputQueueBuffers Method |
||
Fetches all FrameQueueBuffer instances from the input queue and returns them. | ||
Syntax: | tFrameQueueBufferList popAllInputQueueBuffers(); |
|
Return Value: | If one or more buffers are currently available in the input queue, this method returns all tFrameQueueBufferPtr instances. If no buffers are currently available in the input queue a empty list is returned. |
|
See also: | FrameQueueSink, tFrameQueueBufferList, FrameQueueBuffer |