summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/PlaylistFetcher.h
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-04-08 10:57:04 -0700
committerChong Zhang <chz@google.com>2015-04-08 12:30:57 -0700
commit25f82752942b1c78aec8ee303d61afff85cff9d1 (patch)
treea3f9a36f9d55a95d96c4c008f027312ed5257031 /media/libstagefright/httplive/PlaylistFetcher.h
parent6dc4dc4ad23dc82eca9af3112292f3e6d5b17b15 (diff)
downloadframeworks_av-25f82752942b1c78aec8ee303d61afff85cff9d1.zip
frameworks_av-25f82752942b1c78aec8ee303d61afff85cff9d1.tar.gz
frameworks_av-25f82752942b1c78aec8ee303d61afff85cff9d1.tar.bz2
HLS: traces in LiveSession and PlaylistFetcher for easier debugging
bug: 19567254 Change-Id: I4305d37cb74279ccd435f99483231cd1dcf42fc9
Diffstat (limited to 'media/libstagefright/httplive/PlaylistFetcher.h')
-rw-r--r--media/libstagefright/httplive/PlaylistFetcher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/media/libstagefright/httplive/PlaylistFetcher.h b/media/libstagefright/httplive/PlaylistFetcher.h
index dab56df..f64d160 100644
--- a/media/libstagefright/httplive/PlaylistFetcher.h
+++ b/media/libstagefright/httplive/PlaylistFetcher.h
@@ -55,8 +55,11 @@ struct PlaylistFetcher : public AHandler {
const sp<AMessage> &notify,
const sp<LiveSession> &session,
const char *uri,
+ int32_t id,
int32_t subtitleGeneration);
+ int32_t getFetcherID() const;
+
sp<DataSource> getDataSource();
void startAsync(
@@ -113,6 +116,8 @@ private:
sp<LiveSession> mSession;
AString mURI;
+ int32_t mFetcherID;
+
uint32_t mStreamTypeMask;
int64_t mStartTimeUs;