Android Question SoundPool

Huguenotte

New Member
Good morning,
do you have an example of code to detect the end of the play sound with play?

Public sounds As SoundPool

sonperduId = sounds.Load(File.DirAssets, "perdu.mp3")

sounds.Play(sonperduId, 1,1, 0, 0, 1)
 
Top