commit | 36636a2d6cb3eb7fc39618735bf9ce983fd064b1 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Fri Oct 20 10:14:57 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 20 11:02:03 2017 |
tree | 939bedd9119195431ab74f7e9651d9d0c85a83e8 | |
parent | d29b54c93ab0da032b3923722b0a432e7dffa082 [diff] |
Removes StaticAccessedFromInstance warning in Android audio track. Fixes the warning below: WebRtcAudioTrack.java:364: warning: [StaticAccessedFromInstance] Static method getMaxVolume should not be accessed from an object instance; instead use AudioTrack.getMaxVolume + "max gain: " + audioTrack.getMaxVolume()); Bug: NONE Change-Id: I6247584b65ac972a6a3739fba718387873964f9f Reviewed-on: https://webrtc-review.googlesource.com/14180 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20371}
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.