summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-06-03 20:38:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-03 20:38:08 +0000
commit6dd6a3dfa0c3b0e938abb52c8b453a5cf2dcd364 (patch)
treec526792c4ff51bbe8930b08196aeb6b1df6b835a /media
parent47da909503dace6ecae400301654ca1499aeef1e (diff)
parentc52f4e25e21719d5d637a588e3200be941b9fe4d (diff)
downloadframeworks_base-6dd6a3dfa0c3b0e938abb52c8b453a5cf2dcd364.zip
frameworks_base-6dd6a3dfa0c3b0e938abb52c8b453a5cf2dcd364.tar.gz
frameworks_base-6dd6a3dfa0c3b0e938abb52c8b453a5cf2dcd364.tar.bz2
Merge "Update android.media.AudioTrack.getTimestamp API documentation"
Diffstat (limited to 'media')
-rw-r--r--media/java/android/media/AudioTrack.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/java/android/media/AudioTrack.java b/media/java/android/media/AudioTrack.java
index 8eb83e4..cfd9c3b 100644
--- a/media/java/android/media/AudioTrack.java
+++ b/media/java/android/media/AudioTrack.java
@@ -816,6 +816,8 @@ public class AudioTrack
* with the estimated time when that frame was presented or is committed to
* be presented.
* In the case that no timestamp is available, any supplied instance is left unaltered.
+ * A timestamp may be temporarily unavailable while the audio clock is stabilizing,
+ * or during and immediately after a route change.
*/
// Add this text when the "on new timestamp" API is added:
// Use if you need to get the most recent timestamp outside of the event callback handler.