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

Unified Diff: webrtc/modules/audio_coding/codecs/audio_encoder.h

Issue 2553413002: Pass event log to ANA. (Closed)
Patch Set: Rebased Created 3 years, 11 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/modules/audio_coding/codecs/audio_encoder.h
diff --git a/webrtc/modules/audio_coding/codecs/audio_encoder.h b/webrtc/modules/audio_coding/codecs/audio_encoder.h
index e1b3d82a5b111d23dd6d81ec5b63b6dccbdf7829..47152f9eee1ae4f9532186b1ca69f56bcdf36b8f 100644
--- a/webrtc/modules/audio_coding/codecs/audio_encoder.h
+++ b/webrtc/modules/audio_coding/codecs/audio_encoder.h
@@ -23,6 +23,7 @@
namespace webrtc {
class Clock;
+class RtcEventLog;
// This is the interface class for encoders in AudioCoding module. Each codec
// type must have an implementation of this class.
@@ -163,6 +164,7 @@ class AudioEncoder {
// Enables audio network adaptor. Returns true if successful.
virtual bool EnableAudioNetworkAdaptor(const std::string& config_string,
+ RtcEventLog* event_log,
const Clock* clock);
// Disables audio network adaptor.

Powered by Google App Engine
This is Rietveld 408576698