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

Unified Diff: webrtc/media/engine/webrtcvoiceengine.h

Issue 2111813002: Revert of Move RtcEventLog object from inside VoiceEngine to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « webrtc/media/engine/fakewebrtcvoiceengine.h ('k') | webrtc/media/engine/webrtcvoiceengine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/webrtcvoiceengine.h
diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h
index 16da9ef29ed0d6be5a678a7aa7f9c2eb8ff23d41..52983fad2dd8bae45e2de0f287e84d04a285c813 100644
--- a/webrtc/media/engine/webrtcvoiceengine.h
+++ b/webrtc/media/engine/webrtcvoiceengine.h
@@ -108,6 +108,14 @@
// Stops AEC dump.
void StopAecDump();
+
+ // Starts recording an RtcEventLog using an existing file until the log file
+ // reaches the maximum filesize or the StopRtcEventLog function is called.
+ // If the value of max_size_bytes is <= 0, no limit is used.
+ bool StartRtcEventLog(rtc::PlatformFile file, int64_t max_size_bytes);
+
+ // Stops recording the RtcEventLog.
+ void StopRtcEventLog();
private:
// Every option that is "set" will be applied. Every option not "set" will be
« no previous file with comments | « webrtc/media/engine/fakewebrtcvoiceengine.h ('k') | webrtc/media/engine/webrtcvoiceengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698