I'm playing a background sound using VideoPlayer.
To have it play in a loop I've implemented the Complete event as follows
but actually there's a delay between the end and the restart of the sound.
Is there a different way?
To have it play in a loop I've implemented the Complete event as follows
B4X:
Sub VP_background_Complete
VP_background.Position = 0
VP_background.Play
End Sub
Is there a different way?