Count Pacer delay in frame stats

This commit is contained in:
Cameron Gutman
2018-12-25 12:09:45 -08:00
parent 35aac18b4e
commit c054536fab
3 changed files with 12 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ typedef struct _VIDEO_STATS {
uint32_t pacerDroppedFrames;
uint32_t totalReassemblyTime;
uint32_t totalDecodeTime;
uint32_t totalPacerTime;
uint32_t totalRenderTime;
float receivedFps;
float decodedFps;