FrameQueueSink::FrameCountInformation Structure

Frame count information from the sink.
:
struct FrameCountInformation
{
    uint64_t     framesCopied;
    uint64_t     framesDropped;
};

Members Description
framesCopied

Count of frames copied.

framesDropped

Count of frames copied.

<< FrameQueueSink