Using the Mobile Media API, how can I loop the playback of my song?
Created May 8, 2012
John Zukowski Use the
setLoopCount()
method of Player
to playback media with looping. A value of -1 means forever. A value of 1 is the default. 0 is invalid.