media/library
apodob 80d9d47d1c Add Extractor#release() implementation.
SubtitleExtractor.release() releases the underlying SubtitleDecoder.
This change introduces the STATE_RELEASED state. The extractor
handles the new state in the read() and seek() methods.

PiperOrigin-RevId: 391046478
2021-08-17 15:41:03 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Remove Player.Listener inheritance of TextOutput 2021-08-17 15:37:29 +01:00
core Remove Player.Listener inheritance of TextOutput 2021-08-17 15:37:29 +01:00
dash Move format util classes to extractor package 2021-08-13 11:45:37 +01:00
extractor Add Extractor#release() implementation. 2021-08-17 15:41:03 +01:00
hls Move format util classes to extractor package 2021-08-13 11:45:37 +01:00
rtsp Revert unwanted changes. 2021-08-12 16:31:51 +01:00
smoothstreaming Migrate uses of deprecated DataSource factories 2021-08-10 14:56:20 +01:00
transformer Prototype video transcoding 2021-08-12 16:30:21 +01:00
ui Remove Player.Listener inheritance of TextOutput 2021-08-17 15:37:29 +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.