summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-09-09 14:39:02 -0700
committerGlenn Kasten <gkasten@google.com>2013-09-09 15:19:12 -0700
commit596fb8e7969cafdf7f25dfdc97372be4c0950cc3 (patch)
treec361bdcd65c0e9a766a18436bd53272007ce40a5 /api/current.txt
parent0c58bd97384498be14aa9795be9188ca93110e00 (diff)
downloadframeworks_base-596fb8e7969cafdf7f25dfdc97372be4c0950cc3.zip
frameworks_base-596fb8e7969cafdf7f25dfdc97372be4c0950cc3.tar.gz
frameworks_base-596fb8e7969cafdf7f25dfdc97372be4c0950cc3.tar.bz2
AudioTrack.getTimestamp() return type is now boolean
Change-Id: Ie231652dc0959343f0726dcb985b6715bfe014f6
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index c7b3ed9..953075e 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12173,7 +12173,7 @@ package android.media {
method public int getSampleRate();
method public int getState();
method public int getStreamType();
- method public android.media.AudioTimestamp getTimestamp(android.media.AudioTimestamp);
+ method public boolean getTimestamp(android.media.AudioTimestamp);
method public void pause() throws java.lang.IllegalStateException;
method public void play() throws java.lang.IllegalStateException;
method public void release();