media/library
claincly 614f9d8d55 Rename RtspMessageChannel.openSocket() to open().
The method openSocket in RtspMessageChannel does not actually open a socket.
The 'open' term refers more to opening the message channel.

#minor-release

PiperOrigin-RevId: 375908999
2021-05-27 10:38:56 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add FOLDER_TYPE_NONE to MediaMetadata 2021-05-26 11:33:41 +01:00
core Throw from (pre)acquireSession if the DrmSessionManager isn't prepared 2021-05-27 10:36:20 +01:00
dash Remove deprecated MediaSource.getTag 2021-05-12 11:52:03 +01:00
extractor Add ColorInfo parsing support in MP4 files 2021-05-26 11:32:29 +01:00
hls Fix issue where getFirstSampleIndex was called on spliced in chunks. 2021-05-21 12:05:23 +01:00
rtsp Rename RtspMessageChannel.openSocket() to open(). 2021-05-27 10:38:56 +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 Merge pull request #8943 from dlafayet:embeddedstyle2 2021-05-26 11:28:37 +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.