FrameQueueSink::FrameCountInfomation Structure

sinkからのフレームカウント情報

構文

struct FrameCountInformation
{
    uint64_t framesCopied;
    uint64_t framesDropped;
};
パラメータ 説明
framesCopied コピーされたフレーム数
framesDropped ドロップしたフレーム数