| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 9ec3eba9221e5441117bc007f46b3b90aad2b925..291245c860cc1f273d218abadb3b223885048494 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;
|
|
|