commit | 5199c74d253bf1273a504becb6e3b33571f92a08 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Thu Feb 18 12:09:54 2016 |
committer | Magnus Jedvert <magjed@webrtc.org> | Thu Feb 18 12:10:02 2016 |
tree | 569082647bed8f2412cd765a3eba27e258a7307c | |
parent | 347c0bb5b50878d16a80732302707ccf90bd77cf [diff] |
AndroidVideoCapturer getSupportedFormats(): Change interface from JSON string to List/vector This CL simplifies the VideoCapturer interface from 'String getSupportedFormatsAsJson() throws JSONException' to 'List<CaptureFormat> getSupportedFormats()'. The intermediate conversion to/from a JSON string is removed, and AndroidVideoCapturerJni converts the Java list to a C++ vector directly instead. BUG=webrtc:5519 R=perkj@webrtc.org Review URL: https://codereview.webrtc.org/1702603002 . Cr-Commit-Position: refs/heads/master@{#11669}
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.