commit | 71f94c93a63d8a18f8dc0b71ac3cffc005d789ee | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Wed Jan 30 15:56:10 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 30 16:50:24 2019 |
tree | c83466c1a507d6073626752b3ecd98fc4caa6131 | |
parent | fa89d846980fce42f04a506664537a024810d884 [diff] |
Refactor PlayoutDelayOracle with separate update methods There's now one const method PlayoutDelayToSend to produce the delay values to insert into outgoing packets, and two update methods, OnSentPacket, and OnReceivedAck, to observe outgoing packets and acks, respectively. Bug: webrtc:7135 Change-Id: I07498c30f0de87ae0113f7e2eb6357a091a1f0af Reviewed-on: https://webrtc-review.googlesource.com/c/120603 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26474}
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.