Example #1
0
 /** Sets the number of times the current media file should loop playback before stopping. */
 @Override
 public void setLoopCount(int loop) {
   engine.setLoopCount(loop);
 }