commit | e820cef5340610b9beebbcb63868743b95b97fcd | [log] [tgz] |
---|---|---|
author | Austin Orion <auorion@microsoft.com> | Tue Sep 15 18:22:59 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 29 19:14:29 2020 |
tree | 4a37ac9b1972ec3bb6750485c2a6a770b8ef523e | |
parent | 2291fb36cf89987b828a778ad9cd5175711207fc [diff] |
Begin implementing WGC CaptureFrame This change introduces the design that will allow us to deliver frames synchronously to callers despite the Windows.Graphics.Capture APIs being inherently asynchronous. We achieve this by having WindowCapturerWinWgc create and maintain a WgcCaptureSession object for each window that it is asked to capture a frame for. The capture session object will be the class that actually uses the WGC APIs, and it will store the frames it receives in a frame pool and deliver them via GetMostRecentFrame. The next CL will add the necessary functionality to the WgcCaptureSession class. Bug: webrtc:9273 Change-Id: I44e164f4874503d8ccc8e6a210e74f9c8458f6c4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/184220 Commit-Queue: Austin Orion <auorion@microsoft.com> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32240}
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.