mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| all | ||
| common | ||
| core | ||
| dash | ||
| extractor | ||
| hls | ||
| smoothstreaming | ||
| ui | ||
| README.md | ||
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.