Delete legacy stats minWaitingTimeMs and medianWaitingTimeMs from ACM.

Bug: None
Change-Id: I0606e8d83f2920e290b40638c9172a0f4286a41a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190740
Reviewed-by: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Sam Zackrisson <saza@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32540}
This commit is contained in:
Niels Möller
2020-10-28 17:25:32 +01:00
committed by Commit Bot
parent b0d83cd584
commit 42cafa5696
3 changed files with 2 additions and 10 deletions

View File

@ -117,10 +117,6 @@ struct NetworkStatistics {
uint16_t currentSecondaryDiscardedRate;
// average packet waiting time in the jitter buffer (ms)
int meanWaitingTimeMs;
// median packet waiting time in the jitter buffer (ms)
int medianWaitingTimeMs;
// min packet waiting time in the jitter buffer (ms)
int minWaitingTimeMs;
// max packet waiting time in the jitter buffer (ms)
int maxWaitingTimeMs;
// count of the number of buffer flushes