Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index 5aa2839feb70e9920f82ac83c6034332b2e40c7f..72b08de1cb47873b0c92d67f36d94027dff67bb1 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -81,6 +81,7 @@ class ChannelProxy : public RtpPacketSinkInterface { |
virtual std::vector<ReportBlock> GetRemoteRTCPReportBlocks() const; |
virtual NetworkStatistics GetNetworkStatistics() const; |
virtual AudioDecodingCallStats GetDecodingCallStatistics() const; |
+ virtual AudioEncoder::AudioEncoderStats GetAudioEncoderStatistics() const; |
virtual int GetSpeechOutputLevel() const; |
virtual int GetSpeechOutputLevelFullRange() const; |
// See description of "totalAudioEnergy" in the WebRTC stats spec: |