Player.RepeatMode
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
annotation Player.RepeatMode
Repeat modes for playback. One of REPEAT_MODE_OFF
, REPEAT_MODE_ONE
or REPEAT_MODE_ALL
.