示例#1
0
 /** setSeek(int) sets the current position of the song in milliseconds, from an int parameter. */
 public void setSeek(int newpos) {
   player.seek(newpos * 48);
 }