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

Unified Diff: webrtc/media/base/mediachannel.h

Issue 3011623002: Add new ANA stats to GetStats() to count the number of actions taken by each controller. (Closed)
Patch Set: Moved ANAStats to audio_encoder.h 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/media/base/mediachannel.h
diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
index 99ed29169b04ae8d446b3df4aba858ece1e2db40..9f00021f3796d705950a0c6fea22b9661c7ba213 100644
--- a/webrtc/media/base/mediachannel.h
+++ b/webrtc/media/base/mediachannel.h
@@ -15,6 +15,7 @@
#include <string>
#include <vector>
+#include "webrtc/api/audio_codecs/audio_encoder.h"
#include "webrtc/api/rtpparameters.h"
#include "webrtc/api/rtpreceiverinterface.h"
#include "webrtc/api/video/video_timing.h"
@@ -641,6 +642,7 @@ struct VoiceSenderInfo : public MediaSenderInfo {
float residual_echo_likelihood;
float residual_echo_likelihood_recent_max;
bool typing_noise_detected;
+ webrtc::ANAStats ana_statistics;
};
struct VoiceReceiverInfo : public MediaReceiverInfo {

Powered by Google App Engine
This is Rietveld 408576698