setVideoSelectionOverrideCreator

open fun setVideoSelectionOverrideCreator(videoSelectionOverrideCreator: SelectionOverrideCreator)

Deprecated

Provides a creator for a DefaultTrackSelector.SelectionOverride instance specific for the Video track. This SelectionOverride is applied every time a new video is loaded, and when the setPeakBitrate is set.

If you want to disable the default SelectionOverride, you may pass EMPTY, which returns EMPTY_SELECTION_OVERRIDE and gets ignored when attempting to apply it to the DefaultTrackSelector.

Deprecated

Use {setVideoTrackSelectionOverrideCreator instead}