media/library
olly a95b2ebb1d Fix audio session ID generation
- SimpleExoPlayer now always generates a session ID at
  construction time. This ID is used indefinitely, including
  for tunneling, unless a call to setAudioSessionId is made
  to change it.
- DefaultTrackSelector support for enabling tunneling has
  been changed to a boolean, since tunneling now uses the
  same session ID as non-tunneled mode.
- Since the session ID is now always set at the top level,
  internal propagation of generated session IDs is no longer
  necessary, and so is removed.

PiperOrigin-RevId: 351349687
2021-01-13 00:03:16 +00:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Remove ExoPlaybackException.TYPE_TIMEOUT. 2021-01-13 00:02:58 +00:00
core Fix audio session ID generation 2021-01-13 00:03:16 +00:00
dash PlayerEmsgHandler: Track stream max chunk times separately 2021-01-08 18:48:21 +00:00
extractor Rollback of 59aec416af 2021-01-11 18:05:34 +00:00
hls Reload HLS media playlist when merging delta update fails 2021-01-08 15:31:54 +00:00
smoothstreaming Add live configuration to Timeline.Window 2020-12-14 10:17:23 +00:00
ui Update Styled non bottom buttons to be borderless. 2021-01-08 15:32: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.