mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
The TrackSelection API returns two indexes, the index of the selected track (`getSelectedIndex()`) and the index in the `TrackGroup`. The `HlsChunkSource` and `HlsSampleStreamWrapper` should only work with the later. Actually the `getSelectedIndex()`, current selected track index is really only useful on the API to determine if there is a valid selection or not. The index is really internal to `TrackSelection` |
||
|---|---|---|
| .. | ||
| all | ||
| common | ||
| core | ||
| dash | ||
| database | ||
| datasource | ||
| decoder | ||
| extractor | ||
| hls | ||
| rtsp | ||
| smoothstreaming | ||
| transformer | ||
| 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.