public interface DashTrackSelector
Period
of a media presentation description.Modifier and Type | Interface and Description |
---|---|
static interface |
DashTrackSelector.Output
Defines a selector output.
|
Modifier and Type | Method and Description |
---|---|
void |
selectTracks(MediaPresentationDescription manifest,
int periodIndex,
DashTrackSelector.Output output)
Outputs a track selection for a given period.
|
void selectTracks(MediaPresentationDescription manifest, int periodIndex, DashTrackSelector.Output output) throws IOException
manifest
- the media presentation description to process.periodIndex
- The index of the period to process.output
- The output to receive tracks.IOException
- If an error occurs processing the period.