Annotation Type DefaultTrackSelector.SelectionEligibility
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) protected static @interface DefaultTrackSelector.SelectionEligibility
The extent to which tracks are eligible for selection. One ofDefaultTrackSelector.SELECTION_ELIGIBILITY_NO
,DefaultTrackSelector.SELECTION_ELIGIBILITY_FIXED
orDefaultTrackSelector.SELECTION_ELIGIBILITY_ADAPTIVE
.