Index: webrtc/call/audio_send_stream.h |
diff --git a/webrtc/call/audio_send_stream.h b/webrtc/call/audio_send_stream.h |
index 4f7f8c0f8461070c0f9e4811ec783843ae1fc236..ac962c5ada6d33405d0cf5a21ba89f382ea6112a 100644 |
--- a/webrtc/call/audio_send_stream.h |
+++ b/webrtc/call/audio_send_stream.h |
@@ -15,6 +15,7 @@ |
#include <string> |
#include <vector> |
+#include "webrtc/api/audio_codecs/audio_encoder.h" |
#include "webrtc/api/audio_codecs/audio_encoder_factory.h" |
#include "webrtc/api/audio_codecs/audio_format.h" |
#include "webrtc/api/call/transport.h" |
@@ -61,6 +62,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 { |