commit | caef51e25a4d88b9bc2b791009b5cc39a678a567 | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Tue Aug 27 09:19:49 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 28 06:56:12 2019 +0000 |
tree | b2d010ceb1ad51cb5ed478731f4b38c4934a23aa | |
parent | 2d5aec56fdf7ff61166bb5fd3c67d4bcb81b0d5a [diff] |
Consolidate FEC book-keeping Number of received FEC bytes is used for the WebRTC.Video.FecBitrateReceivedInKbps UMA histogram. Before this cl, that value is based on a FEC packet counter updated by ReceiveStatistics::FecPacketReceived. This cl deletes that method, and instead adds a byte count to the FecPacketCounter struct, which is maintained by the UlpFecReceiver and used for other FEC-related stats. Bug: webrtc:10917 Change-Id: I24bd494b6909a2fe109d28e2b71ca8f413d05911 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150533 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28976}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.