Save RTT in VIDEO_STATS so it can be logged on disconnect

This commit is contained in:
Cameron Gutman
2021-05-22 13:57:12 -05:00
parent ebe9356937
commit e45a60f2ed
2 changed files with 14 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ typedef struct _VIDEO_STATS {
uint32_t totalDecodeTime;
uint32_t totalPacerTime;
uint32_t totalRenderTime;
uint32_t lastRtt;
uint32_t lastRttVariance;
float totalFps;
float receivedFps;
float decodedFps;