commit | 3e9eb4ba01acf8a49fa1949305fb30a7daf51964 | [log] [tgz] |
---|---|---|
author | Per <perkj@chromium.org> | Mon Sep 28 10:52:22 2015 +0200 |
committer | Per <perkj@chromium.org> | Mon Sep 28 08:52:36 2015 +0000 |
tree | 84ff14f3813bf0ee4fff8996402c7afc4a86eb6d | |
parent | 82d6f2a3f7970665a98b1ee8f10252713d9a4f5e [diff] |
Add C++ SurfaceTextureHandler This cl adds a C++ counterpart of the Java SurfaceTextureHandler. It can be used for creating a webrtc::VideoFrames from a native handle and also guarantee that the Java SurfaceTexture is notified when the VideoFrame is no longer in use. BUG=webrtc:4993 R=magjed@webrtc.org Review URL: https://codereview.webrtc.org/1366413003 . Cr-Commit-Position: refs/heads/master@{#10084}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.