FrameQueueSink.PopAllOutputQueueBuffers Method

Returns all buffers in the output queue and sets the internal list to empty.
Syntax:
[C#]
public IFrameQueueBuffer[] PopAllOutputQueueBuffers();
Returns:

This array may have a size of 0 when the copied list was empty.

Remarks:

Use this to get all copied frames from the sink.

Information:

Introduced in version 3.5

See also: FrameQueueSink, IFrameQueueBuffer, IFrameQueueSinkListener.FramesQueued

<< FrameQueueSink