summaryrefslogtreecommitdiffstats
path: root/include/media/AudioTrack.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-06-01 08:15:05 -0700
committerGlenn Kasten <gkasten@google.com>2015-06-01 08:21:10 -0700
commit679e56914e83f05780003c71b84cc5b340e8fc0a (patch)
tree995409c20849e342e8d4d219a2c797175be23c40 /include/media/AudioTrack.h
parent11804f5ca4ebd3527e7cc3bcc529e8358a519f8e (diff)
downloadframeworks_av-679e56914e83f05780003c71b84cc5b340e8fc0a.zip
frameworks_av-679e56914e83f05780003c71b84cc5b340e8fc0a.tar.gz
frameworks_av-679e56914e83f05780003c71b84cc5b340e8fc0a.tar.bz2
Remove EVENT_NEW_TIMESTAMP symbol until fully implemented
Change-Id: I8e5dda004580ee97258d8d82721edee24ec2b929
Diffstat (limited to 'include/media/AudioTrack.h')
-rw-r--r--include/media/AudioTrack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index e9f0131..54e86b9 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -59,9 +59,11 @@ public:
// voluntary invalidation by mediaserver, or mediaserver crash.
EVENT_STREAM_END = 7, // Sent after all the buffers queued in AF and HW are played
// back (after stop is called)
+#if 0 // FIXME not yet implemented
EVENT_NEW_TIMESTAMP = 8, // Delivered periodically and when there's a significant change
// in the mapping from frame position to presentation time.
// See AudioTimestamp for the information included with event.
+#endif
};
/* Client should declare a Buffer and pass the address to obtainBuffer()