Index: webrtc/modules/audio_coding/neteq/interface/neteq.h |
diff --git a/webrtc/modules/audio_coding/neteq/interface/neteq.h b/webrtc/modules/audio_coding/neteq/interface/neteq.h |
index e2ea00debbe35226ab3a78f0e95a843827fba850..54458b92e26cc14fb86524d35ac25922143636ec 100644 |
--- a/webrtc/modules/audio_coding/neteq/interface/neteq.h |
+++ b/webrtc/modules/audio_coding/neteq/interface/neteq.h |
@@ -215,8 +215,8 @@ class NetEq { |
// Not implemented. |
virtual int TargetDelay() = 0; |
- // Not implemented. |
- virtual int CurrentDelay() = 0; |
+ // Returns the current total delay (packet buffer and sync buffer) in ms. |
+ virtual int CurrentDelayMs() const = 0; |
// Sets the playout mode to |mode|. |
// Deprecated. Set the mode in the Config struct passed to the constructor. |