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