summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2015-05-08 16:45:25 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2015-05-09 00:13:07 +0000
commitfd3ac3da172b877c6f316de2d066883e7a2d0631 (patch)
treec56762c53706c55b4b69b8ef225a2544a11208f5 /api/system-current.txt
parentb2fa5f3160cfc9b1703c6970649a926370971ea9 (diff)
downloadframeworks_base-fd3ac3da172b877c6f316de2d066883e7a2d0631.zip
frameworks_base-fd3ac3da172b877c6f316de2d066883e7a2d0631.tar.gz
frameworks_base-fd3ac3da172b877c6f316de2d066883e7a2d0631.tar.bz2
android.media.AudioRecord.Builder: no "capture preset"
Implement feedback to keep using "audio sources" instead of migrating to "capture presets" in AudioRecord.Builder. Bug 20887665 Change-Id: I4d7773102711c3a4f3f4050b3eb5600bfba889cd
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 00da3d3..42053d3 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -16254,8 +16254,8 @@ package android.media {
method public android.media.AudioRecord build() throws java.lang.UnsupportedOperationException;
method public android.media.AudioRecord.Builder setAudioAttributes(android.media.AudioAttributes) throws java.lang.IllegalArgumentException;
method public android.media.AudioRecord.Builder setAudioFormat(android.media.AudioFormat) throws java.lang.IllegalArgumentException;
+ method public android.media.AudioRecord.Builder setAudioSource(int) throws java.lang.IllegalArgumentException;
method public android.media.AudioRecord.Builder setBufferSizeInBytes(int) throws java.lang.IllegalArgumentException;
- method public android.media.AudioRecord.Builder setCapturePreset(int) throws java.lang.IllegalArgumentException;
method public android.media.AudioRecord.Builder setSessionId(int) throws java.lang.IllegalArgumentException;
}