summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-02-24 17:14:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-24 17:14:25 +0000
commit587e84cd328d8f236b2d9f26c5426b3ba8ed0d02 (patch)
tree7bf892fdd013c65ef1bca055221176795bba6c72 /include
parentdc6ac201032d0f6ad0c8149ae2f009ec38693025 (diff)
parentc9c7e25a4b1c34439fb365f6cfbef063884566cc (diff)
downloadframeworks_av-587e84cd328d8f236b2d9f26c5426b3ba8ed0d02.zip
frameworks_av-587e84cd328d8f236b2d9f26c5426b3ba8ed0d02.tar.gz
frameworks_av-587e84cd328d8f236b2d9f26c5426b3ba8ed0d02.tar.bz2
Merge "Add method to get redirected Uri"
Diffstat (limited to 'include')
-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);