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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user