commit | 9d65f39d52d485109cd70ebab83cc1c4b9f2e893 | [log] [tgz] |
---|---|---|
author | dax <dax@younow.com> | Wed Apr 12 23:58:48 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 12 23:58:48 2017 |
tree | 7fad2eb2c2342d7c121994ca3b19256e232529f6 | |
parent | 85512b33e6a8a32c104e8b33a2f82f73baaa58e4 [diff] |
Added support for changing the volume of AudioTrack as discussed in BUG=webrtc:6533 This is a short term solution to change the volume of an AudioTrack until applyConstraints for MediaStreamTracks has been implemented. This CL adds 1 new Java method & the relevant JNI file update: AudioTrack.java: public void setVolume(double volume); BUG=webrtc:6533 Review-Url: https://codereview.webrtc.org/2710683009 Cr-Commit-Position: refs/heads/master@{#17682}
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.