summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/ARTSPController.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-08-27 13:29:08 -0700
committerAndreas Huber <andih@google.com>2010-08-27 13:29:08 -0700
commiteeb97d91b97f1fc0b26815f098515e9c06d219b8 (patch)
tree4e3cb3f496efcdb8ed23796133c1bc2369822f3f /media/libstagefright/include/ARTSPController.h
parentd6a40047412d0269f79e6c992115642f0c65ea96 (diff)
downloadframeworks_base-eeb97d91b97f1fc0b26815f098515e9c06d219b8.zip
frameworks_base-eeb97d91b97f1fc0b26815f098515e9c06d219b8.tar.gz
frameworks_base-eeb97d91b97f1fc0b26815f098515e9c06d219b8.tar.bz2
Better support for rtsp (normal play-)time display. Better seek support, timeout if no packets arrive for too long.
Change-Id: Id491541a6ae501604cda815f8e961a3bfe26db7d related-to-bug: 2556656
Diffstat (limited to 'media/libstagefright/include/ARTSPController.h')
-rw-r--r--media/libstagefright/include/ARTSPController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/include/ARTSPController.h b/media/libstagefright/include/ARTSPController.h
index 7020564..7016880 100644
--- a/media/libstagefright/include/ARTSPController.h
+++ b/media/libstagefright/include/ARTSPController.h
@@ -41,6 +41,8 @@ struct ARTSPController : public MediaExtractor {
virtual sp<MetaData> getTrackMetaData(
size_t index, uint32_t flags);
+ int64_t getNormalPlayTimeUs();
+
void onMessageReceived(const sp<AMessage> &msg);
protected: