Package com.google.android.exoplayer2
Annotation Type Player.RepeatMode
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface Player.RepeatMode
Repeat modes for playback. One ofPlayer.REPEAT_MODE_OFF
,Player.REPEAT_MODE_ONE
orPlayer.REPEAT_MODE_ALL
.