From bae00e73c6d1d87cc5fd42b50f95d1d9572162ea Mon Sep 17 00:00:00 2001 From: Insun Kang Date: Wed, 14 Mar 2012 08:16:35 +0900 Subject: Handling end times of subtitles. Change-Id: Ic19ec8980d0a2bf9f265d375cd56e638a2460af8 --- media/libstagefright/timedtext/TimedTextPlayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'media/libstagefright/timedtext/TimedTextPlayer.h') 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& parcel = NULL, int64_t timeUs = -1); + void postTextEventDelayUs(const sp& parcel = NULL, int64_t delayUs = -1); void notifyError(int error = 0); void notifyListener(const Parcel *parcel = NULL); -- cgit v1.1