Interface TrackSelectionUtil.AdaptiveTrackSelectionFactory
-
- Enclosing class:
- TrackSelectionUtil
public static interface TrackSelectionUtil.AdaptiveTrackSelectionFactoryFunctional interface to create a single adaptive track selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExoTrackSelectioncreateAdaptiveTrackSelection(ExoTrackSelection.Definition trackSelectionDefinition)Creates an adaptive track selection for the provided track selection definition.
-
-
-
Method Detail
-
createAdaptiveTrackSelection
ExoTrackSelection createAdaptiveTrackSelection(ExoTrackSelection.Definition trackSelectionDefinition)
Creates an adaptive track selection for the provided track selection definition.- Parameters:
trackSelectionDefinition- AExoTrackSelection.Definitionfor the track selection.- Returns:
- The created track selection.
-
-