FrameQueueSink::popOutputQueueBuffer Method

Fetches a single FrameQueueBuffer from the output queue and returns it.
Syntax:
tFrameQueueBufferPtr         popOutputQueueBuffer();
Return Value:

If one or more buffers are currently available in the output queue, this method returns the oldest tFrameQueueBufferPtr. If no buffers are currently available in the output queue NULL (or something equivalent) is returned.

See also: FrameQueueSink, tFrameQueueBufferPtr, FrameQueueBuffer

<< FrameQueueSink