summaryrefslogtreecommitdiffstats
path: root/include/media/IMediaHTTPConnection.h
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-02-21 12:01:23 -0800
committerMarco Nelissen <marcone@google.com>2014-02-21 12:32:11 -0800
commitc9c7e25a4b1c34439fb365f6cfbef063884566cc (patch)
tree43162dd8e8867d610a3791c6ca2b2efcf4875f69 /include/media/IMediaHTTPConnection.h
parent3a005b3b19b750afe24577ae322aff4602ca2740 (diff)
downloadframeworks_av-c9c7e25a4b1c34439fb365f6cfbef063884566cc.zip
frameworks_av-c9c7e25a4b1c34439fb365f6cfbef063884566cc.tar.gz
frameworks_av-c9c7e25a4b1c34439fb365f6cfbef063884566cc.tar.bz2
Add method to get redirected Uri
Change-Id: Id8aac1077c3de1bb1f58bfcfcca93d685abe9b79
Diffstat (limited to 'include/media/IMediaHTTPConnection.h')
-rw-r--r--include/media/IMediaHTTPConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/IMediaHTTPConnection.h b/include/media/IMediaHTTPConnection.h
index e048b64..2a63eb7 100644
--- a/include/media/IMediaHTTPConnection.h
+++ b/include/media/IMediaHTTPConnection.h
@@ -38,6 +38,7 @@ struct IMediaHTTPConnection : public IInterface {
virtual ssize_t readAt(off64_t offset, void *data, size_t size) = 0;
virtual off64_t getSize() = 0;
virtual status_t getMIMEType(String8 *mimeType) = 0;
+ virtual status_t getUri(String8 *uri) = 0;
private:
DISALLOW_EVIL_CONSTRUCTORS(IMediaHTTPConnection);