getOverridesForTrackType
fun TrackSelectionParameters.getOverridesForTrackType(trackType: @C.TrackType Int): Map<TrackGroup, TrackSelectionOverride>
Filters the existing track selection overrides and returns only those that apply to the specified track type.
Return
A map containing only the track selection overrides that apply to the specified trackType
.
Parameters
trackType
The type of track to filter for.