summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/timedtext/TimedTextPlayer.h
diff options
context:
space:
mode:
authorInsun Kang <insun@google.com>2012-03-14 08:16:35 +0900
committerInsun Kang <insun@google.com>2012-03-21 10:44:04 +0900
commitbae00e73c6d1d87cc5fd42b50f95d1d9572162ea (patch)
tree23f0936dc8ce1c2167fbba1b9f1c2d9de7044f7e /media/libstagefright/timedtext/TimedTextPlayer.h
parent1bb8e81b066a2311fd238fc6dae8f026e33ed99e (diff)
downloadframeworks_av-bae00e73c6d1d87cc5fd42b50f95d1d9572162ea.zip
frameworks_av-bae00e73c6d1d87cc5fd42b50f95d1d9572162ea.tar.gz
frameworks_av-bae00e73c6d1d87cc5fd42b50f95d1d9572162ea.tar.bz2
Handling end times of subtitles.
Change-Id: Ic19ec8980d0a2bf9f265d375cd56e638a2460af8
Diffstat (limited to 'media/libstagefright/timedtext/TimedTextPlayer.h')
-rw-r--r--media/libstagefright/timedtext/TimedTextPlayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/timedtext/TimedTextPlayer.h b/media/libstagefright/timedtext/TimedTextPlayer.h
index b869f18..47aff03 100644
--- a/media/libstagefright/timedtext/TimedTextPlayer.h
+++ b/media/libstagefright/timedtext/TimedTextPlayer.h
@@ -67,6 +67,7 @@ private:
void doRead(MediaSource::ReadOptions* options = NULL);
void onTextEvent();
void postTextEvent(const sp<ParcelEvent>& parcel = NULL, int64_t timeUs = -1);
+ void postTextEventDelayUs(const sp<ParcelEvent>& parcel = NULL, int64_t delayUs = -1);
void notifyError(int error = 0);
void notifyListener(const Parcel *parcel = NULL);