commit | 27e41c52f597aefaf1946808e0cdff1848be0593 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Thu Mar 29 09:06:32 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 29 11:36:47 2018 +0000 |
tree | dc9575e83e3cfcf12973b786d56f9233775ce9e4 | |
parent | 971bf03ee47f2d4d430a8cc8dc3c09d87c31ffff [diff] |
Android: Split out VolumeLogger class The VolumeLogger class contains enough logic to deserve its own file. Also, I want to potentially remove WebRtcAudioManager.java but keep volume logging. One problem I see with the VolumeLogger is that it spawns a new thread, and we should try to keep the number of threads in WebRTC to a minimum. Right now we use excessively many threads. Bug: webrtc:7452 Change-Id: I4dd8ffb4265903926f0b372715fc6b876fe5d393 Reviewed-on: https://webrtc-review.googlesource.com/65401 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Paulina Hensman <phensman@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22676}
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.
Authoritative list of directories that contain the native API header files.