public static interface SmoothStreamingTrackSelector.Output
| Modifier and Type | Method and Description |
|---|---|
void |
adaptiveTrack(SmoothStreamingManifest manifest,
int element,
int[] tracks)
Outputs an adaptive track, covering the specified tracks in the specified element.
|
void |
fixedTrack(SmoothStreamingManifest manifest,
int element,
int track)
Outputs a fixed track corresponding to the specified track in the specified element.
|
void adaptiveTrack(SmoothStreamingManifest manifest, int element, int[] tracks)
manifest - The manifest being processed.element - The index of the element within which the adaptive tracks are located.tracks - The indices of the tracks within the element.void fixedTrack(SmoothStreamingManifest manifest, int element, int track)
manifest - The manifest being processed.element - The index of the element within which the track is located.track - The index of the track within the element.