summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-10-12 11:34:37 -0700
committerAndreas Huber <andih@google.com>2010-10-12 14:32:10 -0700
commit54d09724e3ea2af4e08dff47d7ade92a95784127 (patch)
tree6cc008b4a8acb1ee7f47e3748baa2826257e61ce /include
parenta7c76d8307a3b49bf5b8fdda3543455b0e5dd64c (diff)
downloadframeworks_base-54d09724e3ea2af4e08dff47d7ade92a95784127.zip
frameworks_base-54d09724e3ea2af4e08dff47d7ade92a95784127.tar.gz
frameworks_base-54d09724e3ea2af4e08dff47d7ade92a95784127.tar.bz2
HTTP Live content that are tagged as complete are now seekable.
Change-Id: I9d0d2f009f883e5baf3e9de8c5c0aa05760e4bde related-to-bug: 2368598
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/DataSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/DataSource.h b/include/media/stagefright/DataSource.h
index 9d2cff6..a3da3ed 100644
--- a/include/media/stagefright/DataSource.h
+++ b/include/media/stagefright/DataSource.h
@@ -36,6 +36,7 @@ public:
enum Flags {
kWantsPrefetching = 1,
kStreamedFromLocalHost = 2,
+ kIsCachingDataSource = 4,
};
static sp<DataSource> CreateFromURI(