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

Unified Diff: talk/session/media/channelmanager.h

Issue 1374253002: Added functions on libjingle API to start and stop the recording of an RtcEventLog. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: RtcEventLog takes ownership of the rtc::PlatformFile. Created 5 years, 2 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: talk/session/media/channelmanager.h
diff --git a/talk/session/media/channelmanager.h b/talk/session/media/channelmanager.h
index e0a0fb2a704a41875d08415d70a59835e84054d3..ce1bc49d34865551f64825b893181c4a032741af 100644
--- a/talk/session/media/channelmanager.h
+++ b/talk/session/media/channelmanager.h
@@ -171,6 +171,12 @@ class ChannelManager : public rtc::MessageHandler,
// Starts AEC dump using existing file.
bool StartAecDump(rtc::PlatformFile file);
+ // Starts RtcEventLog using existing file.
+ bool StartRtcEventLog(rtc::PlatformFile file);
+
+ // Stops logging RtcEventLog.
+ void StopRtcEventLog();
+
sigslot::signal2<VideoCapturer*, CaptureState> SignalVideoCaptureStateChange;
protected:

Powered by Google App Engine
This is Rietveld 408576698