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

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

Issue 1415733005: Added StopAecDump function to PeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Initial version. 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/media/webrtc/webrtcvoiceengine.h
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h
index cd792bcb435843fe2320cbc7bd3d42fa658220a2..290b52b635541a13e0c4cf2180a8748bdfc847c9 100644
--- a/talk/media/webrtc/webrtcvoiceengine.h
+++ b/talk/media/webrtc/webrtcvoiceengine.h
@@ -108,6 +108,9 @@ class WebRtcVoiceEngine
// Starts AEC dump using existing file.
bool StartAecDump(rtc::PlatformFile file);
+ // Stops AEC dump.
+ void StopAecDump();
+
// Starts recording an RtcEventLog using an existing file until 10 minutes
// pass or the StopRtcEventLog function is called.
bool StartRtcEventLog(rtc::PlatformFile file);
@@ -142,7 +145,6 @@ class WebRtcVoiceEngine
bool is_input, const std::string& dev_name, int dev_id, int* rtc_id);
void StartAecDump(const std::string& filename);
- void StopAecDump();
int CreateVoiceChannel(VoEWrapper* voe);
static const int kDefaultLogSeverity = rtc::LS_WARNING;

Powered by Google App Engine
This is Rietveld 408576698