commit | 3745d3fc9390fe6e8b1ab24d64820aa1402b47ae | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Thu Apr 30 10:13:29 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 30 09:16:41 2020 +0000 |
tree | e698fe2f26f916115b3c057a306f5a259240d20e | |
parent | 722fa4d50924ba35bd5bf76283222c43af23cdab [diff] |
[Adaptation] Use ResourceAdaptationProcessorInterface* instead of impl. This replaces references to the ResourceAdaptationProcessor with references to its interface. This would make it possible to have alternative implementations or inject fake/mock implementations for testing. The VideoStreamAdapter is still responsible for constructing the ResourceAdaptationProcessor, but beyond construction it is agnostic towards the implementation. With this CL, I claim https://crbug.com/webrtc/11222 complete. TBR=ilnik@webrtc.org Bug: webrtc:11222 Change-Id: I6e7a73bf1d0b5e97bc694f66180a747b27ffb018 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174160 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Evan Shrubsole <eshr@google.com> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31148}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.