media/library
tonihei f3d331c9f7 Extend EventTime with full current position info.
EventTime contains information about when an event happened and where
it belongs to. Both places can be fully described using timeline, window
index, media period id and position.

Right now, only the information for where the event belongs to is fully
contained in EventTime, whereas the time when the event happened only has
the position, and none of the other information (timeline, window, period).

This change adds the missing information, so that the EventTime can easily
be used without having access to the Player. This also ensures Event
metadata is self-contained and can be stored and reused later.

issue:#7332
PiperOrigin-RevId: 311727004
2020-05-18 16:13:06 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Limit CEA-608 captions to 32 chars per line 2020-05-14 22:24:49 +01:00
core Extend EventTime with full current position info. 2020-05-18 16:13:06 +01:00
dash Make all segment downloader use the media item 2020-05-14 22:24:31 +01:00
extractor Minor copybara fixes 2020-05-14 22:23:19 +01:00
hls Remove last references to old load error handling methods 2020-05-14 22:24:40 +01:00
smoothstreaming Make all segment downloader use the media item 2020-05-14 22:24:31 +01:00
ui Override WebViewSubtitleOutput.onLayout() 2020-05-14 22:24:58 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.