FrameQueueSink.OutputQueueSize Property

Returns the current count of IFrameQueueBuffer instances held in the output (or filled) list.
Syntax:
[C#]
public int OutputQueueSize { get; };
Remarks:

This is the size of the array returned by FrameQueueSink.PopAllOutputQueueBuffers.

Note: This count changes concurrently with images arriving and being popped from the queue in other threads.

Information:

Introduced in version 3.5

See also: FrameQueueSink, FrameQueueSink.PopAllOutputQueueBuffers, InputQueueSize

<< FrameQueueSink