FrameQueueSink.CountOfFramesCopied Property

Returns the number of frames that were copied into this sink's output queue.
Syntax:
[C#]
public long CountOfFramesCopied { get; };
Remarks:

This counter is reset to 0 when the sink is connected during a call to LiveStart or LivePrepare.

Information:

Introduced in version 3.5

See also: FrameQueueSink

<< FrameQueueSink