public static interface HlsTrackSelector.Output
Modifier and Type | Method and Description |
---|---|
void |
adaptiveTrack(HlsMasterPlaylist playlist,
Variant[] variants)
Outputs an adaptive track, covering the specified representations in the specified
adaptation set.
|
void |
fixedTrack(HlsMasterPlaylist playlist,
Variant variant)
Outputs an fixed track corresponding to the specified representation in the specified
adaptation set.
|
void adaptiveTrack(HlsMasterPlaylist playlist, Variant[] variants)
playlist
- The master playlist being processed.variants
- The variants to use for the adaptive track.void fixedTrack(HlsMasterPlaylist playlist, Variant variant)
playlist
- The master playlist being processed.variant
- The variant to use for the track.