Index: webrtc/voice_engine/channel.cc |
diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc |
index 5732e8e52349a8737be31983c12a7e69d33beec1..e77b1261e5fbbcc3ce1dc32781f33a4e96403425 100644 |
--- a/webrtc/voice_engine/channel.cc |
+++ b/webrtc/voice_engine/channel.cc |
@@ -2893,6 +2893,10 @@ void Channel::GetDecodingCallStatistics(AudioDecodingCallStats* stats) const { |
audio_coding_->GetDecodingCallStatistics(stats); |
} |
+ANAStats Channel::GetANAStatistics() const { |
+ return audio_coding_->GetANAStats(); |
+} |
+ |
uint32_t Channel::GetDelayEstimate() const { |
rtc::CritScope lock(&video_sync_lock_); |
return audio_coding_->FilteredCurrentDelayMs() + playout_delay_ms_; |