media/library
tonihei 4fd6d670c6 Add method to reset ad group from final states to be playable again.
The player will not play ads in final states (played, skipped, error)
again. To allow ads loader customizations to play ads again, we can
add a method that resets the state back to available or unavailable
(depending on whether we have the URI for the ad).

Issue: google/ExoPlayer#9615
PiperOrigin-RevId: 411042842
2021-11-19 14:44:57 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Add method to reset ad group from final states to be playable again. 2021-11-19 14:44:57 +00:00
core Add missing @DoNotInline annotations. 2021-11-19 14:40:23 +00:00
dash Set LogSessionId on MediaParser for DASH sources. 2021-11-19 14:35:28 +00:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Remove null keys from DefaultHttpDataSource#getResponseHeaders 2021-11-18 13:17:40 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Populate ICY headers into MediaMetadata 2021-11-18 13:13:27 +00:00
hls Set LogSessionId on MediaParser for HLS sources. 2021-11-19 14:20:10 +00:00
rtsp Fix sequence number calculation logic. 2021-11-18 13:35:13 +00:00
smoothstreaming Move DrmSessionManager initial player setup to its own method. 2021-11-19 14:15:03 +00:00
transformer Transformer: deprecate setOutputMimeType 2021-11-19 14:30:47 +00:00
ui Assign class member in StyledPlayerControlView before using it 2021-11-18 13:51:46 +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.