Searched defs:VideoQualityStats (Results 1 – 1 of 1) sorted by relevance
50 struct VideoQualityStats { struct51 int lost_count = 0;52 int freeze_count = 0;53 VideoFramesStats capture;77 void AddStats(const VideoQualityStats& other); argument