commit | 7ff6ca584499d078df9a00ee20c9b11e90e64d66 | [log] [tgz] |
---|---|---|
author | Alex Narest <alexnarest@webrtc.org> | Wed Feb 07 18:46:33 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 07 18:41:42 2018 +0000 |
tree | 6a2aba4af2518694a2dfe54e06c0f1a444f368c6 | |
parent | f209cb52a403bfa1cee8b2302005b6cb22dcacf2 [diff] [blame] |
Adds voice concealment periods reporting to neteq_rtpplay. Change-Id: Ie5a89eacef8c1cf7d5a6220b045d2c331fef199e Bug: webrtc:8847 Change-Id: Ie5a89eacef8c1cf7d5a6220b045d2c331fef199e Reviewed-on: https://webrtc-review.googlesource.com/48100 Commit-Queue: Alex Narest <alexnarest@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21950}
diff --git a/modules/audio_coding/neteq/tools/neteq_test.h b/modules/audio_coding/neteq/tools/neteq_test.h index 2c0a07c..e645e42 100644 --- a/modules/audio_coding/neteq/tools/neteq_test.h +++ b/modules/audio_coding/neteq/tools/neteq_test.h
@@ -89,6 +89,7 @@ // Returns the statistics from NetEq. NetEqNetworkStatistics SimulationStats(); + NetEqLifetimeStatistics LifetimeStats() const; private: void RegisterDecoders(const DecoderMap& codecs);