summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/ARTSPController.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-08-24 14:33:58 -0700
committerAndreas Huber <andih@google.com>2010-08-24 14:33:58 -0700
commitcce326fe43411855aca2f719e505b051bc4b61b3 (patch)
tree644689041a2ef10ed594dfe6559700d17631acdd /media/libstagefright/include/ARTSPController.h
parenta1b232493d76bdf5e56fc5aae2a45691d6774369 (diff)
downloadframeworks_av-cce326fe43411855aca2f719e505b051bc4b61b3.zip
frameworks_av-cce326fe43411855aca2f719e505b051bc4b61b3.tar.gz
frameworks_av-cce326fe43411855aca2f719e505b051bc4b61b3.tar.bz2
A first shot at proper support for seeking of rtsp streams.
Change-Id: I9604f2d09feedc0074c0e715be58e719d4483760 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 2542e4e..7020564 100644
--- a/media/libstagefright/include/ARTSPController.h
+++ b/media/libstagefright/include/ARTSPController.h
@@ -33,6 +33,8 @@ struct ARTSPController : public MediaExtractor {
status_t connect(const char *url);
void disconnect();
+ void seek(int64_t timeUs);
+
virtual size_t countTracks();
virtual sp<MediaSource> getTrack(size_t index);