commit | 0371e10584728e3ca10531135601fc491ae2ab3b | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Tue Nov 07 13:23:44 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 07 15:32:15 2017 |
tree | afbce41732677d85eaec5d75bfb2ba242fccf056 | |
parent | aeb5d88dee9998a26fbe3f76790007a8f2fc98f7 [diff] |
Android: Generate all C++ -> Java JNI code for VideoEncoder The first example CL for generating JNI code (https://webrtc-review.googlesource.com/c/src/+/4500) seems to stick, so this CL updates the rest of the VideoEncoder. The JNI code for Java -> C++ is still done manually. This CL puts the necessary helper Java methods in a class called VideoEncoderWrapper. Bug: webrtc:8278 Change-Id: Ic3a6defe59c094f67ffd8ea86d6c272c676980ae Reviewed-on: https://webrtc-review.googlesource.com/20871 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20587}
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.