TrackSelector.Factory


public interface TrackSelector.Factory


Factory for creating track selectors from contexts.

Summary

Public methods

abstract TrackSelector

Creates a new TrackSelector with the specified Context.

Public methods

createTrackSelector

abstract TrackSelector createTrackSelector(Context context)

Creates a new TrackSelector with the specified Context.

Parameters
Context context

The context.

Returns
TrackSelector

The new track selector.