TrackSelector.Factory


interface TrackSelector.Factory


Factory for creating track selectors from contexts.

Summary

Public functions

TrackSelector!

Creates a new TrackSelector with the specified Context.

Public functions

createTrackSelector

fun createTrackSelector(context: Context!): TrackSelector!

Creates a new TrackSelector with the specified Context.

Parameters
context: Context!

The context.

Returns
TrackSelector!

The new track selector.