setVideoTrackSelectionOverrideCreator
open fun setVideoTrackSelectionOverrideCreator(videoTrackSelectionOverrideCreator: TrackSelectionOverrideCreator)
Provides a creator for a TrackSelectionOverride instance specific for the Video track. This TrackSelectionOverride is applied every time a new video is loaded, and when the setPeakBitrate is set.
If you want to disable the default TrackSelectionOverride, you may pass EMPTY, which returns EMPTY_TRACK_SELECTION_OVERRIDES and gets ignored when attempting to apply it to the DefaultTrackSelector.