media/library
olly 01249bf1cd BaseRenderer: Add getStartPositionUs
This is useful for subclasses to easily query the point up to which
they should only decode (but not render) content, rather than each
subclass having to have its own startPositionUs and update it in
onPositionReset.

PiperOrigin-RevId: 320163677
2020-07-08 13:56:47 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
core BaseRenderer: Add getStartPositionUs 2020-07-08 13:56:47 +01:00
dash Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
extractor Fix TrackSampleTable.durationUs to be 0 for sideloaded tracks 2020-07-08 13:55:55 +01:00
hls Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
smoothstreaming Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
ui Add document for show_subtitle_button attribute 2020-07-08 13:56:12 +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.