commit | 3d29efd27982730d6dbe63457548d979d4e7b838 | [log] [tgz] |
---|---|---|
author | Evan Shrubsole <eshr@webrtc.org> | Tue Dec 07 13:11:45 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 07 14:16:17 2021 |
tree | b274315c2fd39ec4ddf941698f0188d1d94d26a2 | |
parent | 94457795458e9babc245ded2c2bc15e92afb7132 [diff] |
Remove FrameBuffer::ReturnReason This was a remenant leftover from a previous design, which was no longer valid after the switch to TaskQueues. ReturnReason::kStopped was not used at all, and so Timeout or FrameFound can be inferred from whether the frame is null or not. Bug: webrtc:13343, webrtc:13346 Change-Id: Ib0f847b1e1192e32ea11208e48f5a3892703521e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/239651 Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35490}
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.