Android audio code: Replace C++ template with input/output interface

Bug: webrtc:7452
Change-Id: Id816500051e065918bba5c2235d38ad8eb50a8eb
Reviewed-on: https://webrtc-review.googlesource.com/64442
Commit-Queue: Magnus Jedvert <magjed@webrtc.org>
Reviewed-by: Paulina Hensman <phensman@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22660}
This commit is contained in:
Magnus Jedvert
2018-03-28 16:51:15 +02:00
committed by Commit Bot
parent 85eef49fa2
commit 1a18e0ac46
21 changed files with 321 additions and 286 deletions

View File

@ -24,10 +24,6 @@ public class AudioDeviceModule {
public AudioDeviceModule() {}
/* AudioManager */
public static void setBlacklistDeviceForOpenSLESUsage(boolean enable) {
WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(enable);
}
public static void setStereoInput(boolean enable) {
WebRtcAudioManager.setStereoInput(enable);
}