Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: webrtc/video/video_quality_test.h

Issue 2974903002: Add rtpdump and rtc log functionality to screenshare_loopback and video_loopback (Closed)
Patch Set: Cleanup Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index 0221f68993a0341e070e32839b9998b0edf71165..a220e6bb837f5f320f125c0e59544f92bbeabf12 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -86,6 +86,8 @@ class VideoQualityTest : public test::CallTest {
bool infer_streams;
} ss;
int num_thumbnails;
+ std::string rtc_event_log_name;
+ std::string rtp_dump_name;
sprang_webrtc 2017/07/12 13:27:06 Could you perhaps create a new substruct here call
ilnik 2017/07/12 13:58:53 Done. num_thumbnails is more of a call property,
};
VideoQualityTest();

Powered by Google App Engine
This is Rietveld 408576698