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

Unified Diff: webrtc/call/audio_send_stream.h

Issue 3011623002: Add new ANA stats to GetStats() to count the number of actions taken by each controller. (Closed)
Patch Set: Added/updated links to issue. Created 3 years, 3 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/call/audio_send_stream.h
diff --git a/webrtc/call/audio_send_stream.h b/webrtc/call/audio_send_stream.h
index fa5b5eecc8d20c5fa57116b7b1aba8c5bc7bd887..3ff520bb9cc69fee000011766ca5383a74d72ae2 100644
--- a/webrtc/call/audio_send_stream.h
+++ b/webrtc/call/audio_send_stream.h
@@ -18,6 +18,7 @@
#include "webrtc/api/audio_codecs/audio_encoder_factory.h"
#include "webrtc/api/audio_codecs/audio_format.h"
#include "webrtc/api/call/transport.h"
+#include "webrtc/common_types.h"
#include "webrtc/config.h"
#include "webrtc/rtc_base/optional.h"
#include "webrtc/typedefs.h"
@@ -59,6 +60,7 @@ class AudioSendStream {
float residual_echo_likelihood = -1.0f;
float residual_echo_likelihood_recent_max = -1.0f;
bool typing_noise_detected = false;
+ ANAStats ana_statistics;
};
struct Config {
« no previous file with comments | « webrtc/audio/audio_send_stream.cc ('k') | webrtc/common_types.h » ('j') | webrtc/common_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698