| 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..826117b9aa8300a273241d1018c75c7873378264 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 ANAStats GetANAStatistics() const;
|
| virtual int GetSpeechOutputLevel() const;
|
| virtual int GetSpeechOutputLevelFullRange() const;
|
| // See description of "totalAudioEnergy" in the WebRTC stats spec:
|
|
|