media/library
ibaker 1bf5a273ff Ensure DefaultDrmSessions keep working if their manager is released
This change introduces a third 'state' for `DefaultDrmSessionManager`:
It's been fully released (prepareCount == 0) but at least one of its
sessions is still active.

In this state new acquisitions are rejected (`(pre)acquireSession()`
calls will fail) but the machinery to support the existing sessions
(ExoMediaDrm and MediaDrmHandler) is kept until they're all released.

This change will allow us to remove the TODO in MediaCodecRenderer
that resolves Issue: #8842.

PiperOrigin-RevId: 376193952
2021-05-27 18:56:29 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Allow to specify the number of removed ad groups in AdPlaybackState. 2021-05-27 18:49:53 +01:00
core Ensure DefaultDrmSessions keep working if their manager is released 2021-05-27 18:56:29 +01:00
dash Remove deprecated MediaSource.getTag 2021-05-12 11:52:03 +01:00
extractor Add test for ColorInfo in MP4 2021-05-27 10:44:50 +01:00
hls Fix issue where getFirstSampleIndex was called on spliced in chunks. 2021-05-21 12:05:23 +01:00
rtsp Use more factory method to create ParserException. 2021-05-27 16:04:10 +01:00
smoothstreaming Remove deprecated MediaSource.getTag 2021-05-12 11:52:03 +01:00
transformer Format Java source files 2021-05-06 13:32:25 +01:00
ui Allow to specify the number of removed ad groups in AdPlaybackState. 2021-05-27 18:49:53 +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.