Esempio n. 1
0
 public synchronized void stopPlayer() {
   if (asound != null) {
     asound.stopPlayer();
     asound.release();
   }
 }