Home
last modified time | relevance | path

Searched defs:StreamItem (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h159 struct StreamItem { struct
160 const char *mType;
161 AString mUri, mNewUri;
162 SeekMode mSeekMode;
163 size_t mCurDiscontinuitySeq;
164 int64_t mLastDequeuedTimeUs;
165 int64_t mLastSampleDurationUs;
166 StreamItem() in StreamItem() function
168 StreamItem(const char *type) in StreamItem() function
173 void reset() { in reset()
[all …]