I've a use case where I've to set minimum bitrate for video playback. I didn't find any such method in DefaultTrackSelector.Parameters.
Right now I am getting all available tracks and using setSelectionOverride with required video tracks. Curious is there any easy way to do it?
Thanks in advance.