Back to Exoplayer

C.SelectionReason (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/C.SelectionReason.html

latest1.3 KB
Original Source

Package com.google.android.exoplayer2

Annotation Type C.SelectionReason


[@Documented](https://developer.android.com/reference/java/lang/annotation/Documented.html "class or interface in java.lang.annotation")[@Retention](https://developer.android.com/reference/java/lang/annotation/Retention.html "class or interface in java.lang.annotation")([SOURCE](https://developer.android.com/reference/java/lang/annotation/RetentionPolicy.html?is-external=true#SOURCE "class or interface in java.lang.annotation"))[@Target](https://developer.android.com/reference/java/lang/annotation/Target.html "class or interface in java.lang.annotation")([TYPE\_USE](https://developer.android.com/reference/java/lang/annotation/ElementType.html?is-external=true#TYPE_USE "class or interface in java.lang.annotation"))
public static @interfaceC.SelectionReason

Represents a reason for selection. May be one of C.SELECTION_REASON_UNKNOWN, C.SELECTION_REASON_INITIAL, C.SELECTION_REASON_MANUAL, C.SELECTION_REASON_ADAPTIVE or C.SELECTION_REASON_TRICK_PLAY. May also be an app-defined value (see C.SELECTION_REASON_CUSTOM_BASE).