commit | 920421071870b0541ad920d2865d9c6225f31241 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Sat Mar 25 14:29:30 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 27 20:22:33 2023 |
tree | 2d236c77847dc63c2e66f73fffac40e0ac856067 | |
parent | 90d5e7d65520656ddec367cd454bffc16d55c423 [diff] |
Clarifies selection of screen capture API on Windows This change makes it more clear that there are three different capture API combinations for screen sharing on Windows. No option => GDI without fallback. DirectX option => DirectX with GDI as fallback Magnifier option => Magnifier API with GDI as fallback Previously, if both DirectX and Magnifier were enabled, the end result was Magnifier for unknown reasons. With this change in place, we can remove usage of the Magnifier API in Chrome and switch between DirectX and GDI simply by allowing DirectX or not. Bug: None Change-Id: Ice915d6721fa84a25d275f22246df73fc61f64b5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/299061 Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/main@{#39692}
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.