Package com.google.android.exoplayer2
Annotation Type C.SelectionReason
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface C.SelectionReason
Represents a reason for selection. May be one ofC.SELECTION_REASON_UNKNOWN
,C.SELECTION_REASON_INITIAL
,C.SELECTION_REASON_MANUAL
,C.SELECTION_REASON_ADAPTIVE
orC.SELECTION_REASON_TRICK_PLAY
. May also be an app-defined value (seeC.SELECTION_REASON_CUSTOM_BASE
).