-
I want to add a switch in Setting to allow short video to loop continuously. Anyone can help? |
Beta Was this translation helpful? Give feedback.
Answered by
bbCLeon
May 5, 2024
Replies: 1 comment
-
to loop continuously: player = playerBuilder.build(); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bbCLeon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to loop continuously:
player = playerBuilder.build();
player.setRepeatMode(1); // CC : add this to loop continuously