TrackSelectionUtil.AdaptiveTrackSelectionFactory


public interface TrackSelectionUtil.AdaptiveTrackSelectionFactory


Functional interface to create a single adaptive track selection.

Summary

Public methods

abstract ExoTrackSelection

Creates an adaptive track selection for the provided track selection definition.

Public methods

createAdaptiveTrackSelection

abstract ExoTrackSelection createAdaptiveTrackSelection(
    ExoTrackSelection.Definition trackSelectionDefinition
)

Creates an adaptive track selection for the provided track selection definition.

Parameters
ExoTrackSelection.Definition trackSelectionDefinition

A Definition for the track selection.

Returns
ExoTrackSelection

The created track selection.