public interface HlsTrackSelector
HlsMasterPlaylist
.Modifier and Type | Interface and Description |
---|---|
static interface |
HlsTrackSelector.Output
Defines a selector output.
|
Modifier and Type | Method and Description |
---|---|
void |
selectTracks(HlsMasterPlaylist playlist,
HlsTrackSelector.Output output)
Outputs a track selection for a given period.
|
void selectTracks(HlsMasterPlaylist playlist, HlsTrackSelector.Output output) throws IOException
playlist
- The master playlist to process.output
- The output to receive tracks.IOException
- If an error occurs processing the period.