summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AwesomePlayer.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-09-28 14:01:14 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-28 14:01:14 -0700
commitfb9b87b6c22d940e5e7cb4b5e7cfae99015a0131 (patch)
tree8a0b4c0862f1c4e9771af53e9705efc998e23b92 /media/libstagefright/include/AwesomePlayer.h
parent8267b65adcfd944c3f465425183ad7f38b0999e5 (diff)
parent10d64915079bfb316a3949fe7fa35dca37a92af4 (diff)
downloadframeworks_av-fb9b87b6c22d940e5e7cb4b5e7cfae99015a0131.zip
frameworks_av-fb9b87b6c22d940e5e7cb4b5e7cfae99015a0131.tar.gz
frameworks_av-fb9b87b6c22d940e5e7cb4b5e7cfae99015a0131.tar.bz2
am d6c30e8c: am be045061: Merge "Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens." into gingerbread
Merge commit 'd6c30e8c1521bc584f33500b8ee897dafdfec023' * commit 'd6c30e8c1521bc584f33500b8ee897dafdfec023': Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens.
Diffstat (limited to 'media/libstagefright/include/AwesomePlayer.h')
-rw-r--r--media/libstagefright/include/AwesomePlayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/include/AwesomePlayer.h b/media/libstagefright/include/AwesomePlayer.h
index ea2f7d5..db98253 100644
--- a/media/libstagefright/include/AwesomePlayer.h
+++ b/media/libstagefright/include/AwesomePlayer.h
@@ -93,6 +93,9 @@ struct AwesomePlayer {
// This is a mask of MediaExtractor::Flags.
uint32_t flags() const;
+ void postAudioEOS();
+ void postAudioSeekComplete();
+
private:
friend struct AwesomeEvent;