Player.RepeatMode
Stay organized with collections
Save and categorize content based on your preferences.
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation Player.RepeatMode
Repeat modes for playback. One of REPEAT_MODE_OFF
, REPEAT_MODE_ONE
or REPEAT_MODE_ALL
.