media/library
olly 865e014877 PlayerTrackEmsgHandler: Release sample queue in release()
This change makes it clear the SampleQueue doesn't outlive
the wrapping PlayerTrackEmsgHandler, and releases it from
PlayerTrackEmsgHandler.release().

This change is a no-op because calling release() is the
same as reset() in this case (the behavior only differs if
a non-dummy DrmSessionManager is being used).

PiperOrigin-RevId: 289416622
2020-01-17 13:58:07 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Merge pull request #6797 from DolbyLaboratories:dev-v2-ac4-drm 2020-01-17 13:57:58 +00:00
dash PlayerTrackEmsgHandler: Release sample queue in release() 2020-01-17 13:58:07 +00:00
hls Split HlsSampleStreamWrapper.init into two methods 2020-01-17 13:58:03 +00:00
smoothstreaming Make DownloadHelper pass DrmSessionManager to MediaSources 2020-01-17 13:35:21 +00:00
ui Disable chronometer for playback speeds != 1.0 2020-01-17 13:55:58 +00: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.