| commit | 8af889659637e347eb3dc8b80295160cd323b676 | [log] [tgz] |
|---|---|---|
| author | Ruslan Burakov <kuddai@google.com> | Thu Nov 22 16:21:10 2018 |
| committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 23 11:41:43 2018 |
| tree | 19855b01dfbe81f31001b2bfcddaf32d01d176eb | |
| parent | b357e54dd5b2730ebc3d26e67b721e1aa57e3a5f [diff] [blame] |
Expose jitter buffer flushes metric in new getStats api. Origin trial experiment proposal (new statistic part): https://docs.google.com/document/d/1stYIZhEmDZ7NJF9gjjsM66eLFJUdc-14a3QutrFbIwI/edit?ts=5bf5535c# Bug: chromium:907113 Change-Id: I1d005291f9b47665f70c26148dbdcbb55564bef8 Reviewed-on: https://webrtc-review.googlesource.com/c/111505 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Ruslan Burakov <kuddai@google.com> Cr-Commit-Position: refs/heads/master@{#25768}
diff --git a/call/audio_receive_stream.h b/call/audio_receive_stream.h index f792aa2..fe609de 100644 --- a/call/audio_receive_stream.h +++ b/call/audio_receive_stream.h
@@ -71,6 +71,7 @@ int32_t decoding_plc_cng = 0; int32_t decoding_muted_output = 0; int64_t capture_start_ntp_time_ms = 0; + uint64_t jitter_buffer_flushes = 0; }; struct Config {