public static interface DashTrackSelector.Output
| Modifier and Type | Method and Description |
|---|---|
void |
adaptiveTrack(MediaPresentationDescription manifest,
int periodIndex,
int adaptationSetIndex,
int[] representationIndices)
Outputs an adaptive track, covering the specified representations in the specified
adaptation set.
|
void |
fixedTrack(MediaPresentationDescription manifest,
int periodIndex,
int adaptationSetIndex,
int representationIndex)
Outputs an fixed track corresponding to the specified representation in the specified
adaptation set.
|
void adaptiveTrack(MediaPresentationDescription manifest, int periodIndex, int adaptationSetIndex, int[] representationIndices)
manifest - The media presentation description being processed.periodIndex - The index of the period being processed.adaptationSetIndex - The index of the adaptation set within which the representations
are located.representationIndices - The indices of the track within the element.void fixedTrack(MediaPresentationDescription manifest, int periodIndex, int adaptationSetIndex, int representationIndex)
manifest - The media presentation description being processed.periodIndex - The index of the period being processed.adaptationSetIndex - The index of the adaptation set within which the track is located.representationIndex - The index of the representation within the adaptation set.