commit | a7567a94811f8bf75ba833f87b967166506a6292 | [log] [tgz] |
---|---|---|
author | Zijie He <zijiehe@google.com> | Fri Sep 15 09:12:25 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 15 18:56:26 2017 +0000 |
tree | d65845da2850cb16d24e5175efe557f1f7f25cb3 | |
parent | 6c170578e62b6a5774d0a3163e9ff3b4604f20e0 [diff] |
Implement DesktopCapturerWrapper and CaptureResultDesktopCapturerWrapper Wrapper pattern is widely used in DesktopCapturer implementations. So this change adds DesktopCapturerWrapper and CaptureResultDesktopCapturerWrapper as the base classes of other wrappers. Implementing a new wrapper should become easy, the implementation does not need to care about the uninteresting overrides. Bug: chromium:764258 Change-Id: If91c1b5e778805906f7f77854ea5600aa61bf64a Reviewed-on: https://webrtc-review.googlesource.com/1420 Commit-Queue: Zijie He <zijiehe@google.com> Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#19868}
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.