From 2aef19cbde01cb975eb3d6100610d31bbbae9258 Mon Sep 17 00:00:00 2001 From: Niklas Enbom Date: Tue, 9 Jun 2015 15:38:19 -0700 Subject: [PATCH] Landing https://webrtc-codereview.appspot.com/53669004/ BUG= Review URL: https://codereview.webrtc.org/1169123003. Cr-Commit-Position: refs/heads/master@{#9403} --- talk/examples/android/res/values/strings.xml | 5 +++++ talk/examples/android/res/xml/preferences.xml | 6 ++++++ .../src/org/appspot/apprtc/CallActivity.java | 3 +++ .../org/appspot/apprtc/ConnectActivity.java | 9 ++++++++ .../appspot/apprtc/PeerConnectionClient.java | 21 +++++++++++++++++-- .../org/appspot/apprtc/SettingsActivity.java | 4 ++++ 6 files changed, 46 insertions(+), 2 deletions(-) diff --git a/talk/examples/android/res/values/strings.xml b/talk/examples/android/res/values/strings.xml index 428b0eb8b..4f2f3777e 100644 --- a/talk/examples/android/res/values/strings.xml +++ b/talk/examples/android/res/values/strings.xml @@ -87,6 +87,11 @@ Select default audio codec. OPUS + audioprocessing_preference + Disable audio processing. + Disable audio processing pipeline. + false + misc_settings_key Miscellaneous settings. diff --git a/talk/examples/android/res/xml/preferences.xml b/talk/examples/android/res/xml/preferences.xml index ad0affb47..73d8d5e25 100644 --- a/talk/examples/android/res/xml/preferences.xml +++ b/talk/examples/android/res/xml/preferences.xml @@ -82,6 +82,12 @@ android:dialogTitle="@string/pref_audiocodec_dlg" android:entries="@array/audioCodecs" android:entryValues="@array/audioCodecs" /> + +