Beispiel #1
0
 @Override
 public void stop(long soundId) {
   if (audio.noDevice) return;
   audio.stopSound(soundId);
 }