From ffebf4fe63001245bb883b996af5c387c29d3278 Mon Sep 17 00:00:00 2001 From: Bin Zhu Date: Tue, 25 Aug 2020 11:16:51 -0700 Subject: [PATCH] update JavaAudioDeviceModule.Builder.build() to return JavaAudioDeviceModule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: Iff43debf677ed4a006a8edabde9455566f5cb159 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/182580 Reviewed-by: Sami Kalliomäki Commit-Queue: Bin Zhu Cr-Commit-Position: refs/heads/master@{#32001} --- sdk/android/api/org/webrtc/audio/JavaAudioDeviceModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/android/api/org/webrtc/audio/JavaAudioDeviceModule.java b/sdk/android/api/org/webrtc/audio/JavaAudioDeviceModule.java index 9ae00c51b7..558e776216 100644 --- a/sdk/android/api/org/webrtc/audio/JavaAudioDeviceModule.java +++ b/sdk/android/api/org/webrtc/audio/JavaAudioDeviceModule.java @@ -190,7 +190,7 @@ public class JavaAudioDeviceModule implements AudioDeviceModule { * Construct an AudioDeviceModule based on the supplied arguments. The caller takes ownership * and is responsible for calling release(). */ - public AudioDeviceModule createAudioDeviceModule() { + public JavaAudioDeviceModule createAudioDeviceModule() { Logging.d(TAG, "createAudioDeviceModule"); if (useHardwareNoiseSuppressor) { Logging.d(TAG, "HW NS will be used.");