From 596fb8e7969cafdf7f25dfdc97372be4c0950cc3 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 9 Sep 2013 14:39:02 -0700 Subject: AudioTrack.getTimestamp() return type is now boolean Change-Id: Ie231652dc0959343f0726dcb985b6715bfe014f6 --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/current.txt') 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(); -- cgit v1.1