commit | 8615bf0582c736fd8e5168ace669ae1f88299483 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Thu May 05 13:12:13 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 05 14:34:48 2022 |
tree | 7a2cd7c6c96babc7959173659a7ae18c6a6062b9 | |
parent | d4d97eb04d88595d2cdf540a6efd7e99a9d62c34 [diff] |
Move FrameBuffer3 to api/ The webrtc::VideoStreamDecoderInterface was basically created as a public version of FrameBuffer2, but to hide the complexity of FrameBuffer2 it was also combined with decoding so that the public API could be reasonably simple to use. FrameBuffer3 has a simple API with a clear purpose, so its API can be exposed directly. Bug: webrtc:14026 Change-Id: I81dc84b869e4d16c5e02feb5c876fbcede3d4a25 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261181 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36781}
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.