| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 0d71a41d82fe50a550b21ff54de9e2a949195f59..89c2b430ec08f366ddfa0453608e6e32324134da 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -268,6 +268,7 @@ class Channel
|
| // Stats.
|
| int GetNetworkStatistics(NetworkStatistics& stats);
|
| void GetDecodingCallStatistics(AudioDecodingCallStats* stats) const;
|
| + ANAStats GetANAStatistics() const;
|
|
|
| // Audio+Video Sync.
|
| uint32_t GetDelayEstimate() const;
|
|
|