Package com.google.android.exoplayer2
Annotation Type Player.RepeatMode
-
@Documented @Retention(SOURCE) public static @interface Player.RepeatMode
Repeat modes for playback. One ofPlayer.REPEAT_MODE_OFF
,Player.REPEAT_MODE_ONE
orPlayer.REPEAT_MODE_ALL
.