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:
committed by
Commit Bot
parent
85eef49fa2
commit
1a18e0ac46
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user