Delete method NetEqImpl::CurrentDelayMs, used only by tests

Bug: None
Change-Id: If94695f60ed804f6b43be828dd93f02826269140
Reviewed-on: https://webrtc-review.googlesource.com/c/116687
Reviewed-by: Ivo Creusen <ivoc@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26193}
This commit is contained in:
Niels Möller
2019-01-09 15:49:29 +01:00
committed by Commit Bot
parent 8984cd61ca
commit f7d636644f
5 changed files with 0 additions and 27 deletions

View File

@ -204,9 +204,6 @@ class NetEq {
// requested through SetMinimumDelay.
virtual int TargetDelayMs() const = 0;
// Returns the current total delay (packet buffer and sync buffer) in ms.
virtual int CurrentDelayMs() const = 0;
// Returns the current total delay (packet buffer and sync buffer) in ms,
// with smoothing applied to even out short-time fluctuations due to jitter.
// The packet buffer part of the delay is not updated during DTX/CNG periods.