commit | 425d6aaa4ce256b263e307322195bd113c55d59f | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Jul 29 14:38:27 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 29 15:37:39 2019 |
tree | d48823cbbade1ba23cae5fd024b37dc50f9a5dee | |
parent | 96ea8c00e70cfccfda10beb91d2de10b7c15b9d9 [diff] |
Add RtpPacketPacer interface for pacer control The PacedSender is being reworked and will need an interface so we can inject different implementations of it. This CL introduces a new RtpPacketPacer interface inside the pacing module. This interface handles the details of _how_ packets should be paced, such as pacing rates/account for audio/max queue length etc. The RtpPacketSender interface exposed from the rtp_rtcp module handles only the actual sending of packets. Some minor cleanups are included here. Bug: webrtc:10809 Change-Id: I150b1a6262306d99e3f9d5f0b4afdb16a50e5ad8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145212 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28699}
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.