jeudi 28 mai 2015
Sound Problem
Posted on 10:35 by verona
Hallo zusammen
ich hab mal wieder ein(oder immer noch) ein Sound problem
was zur hölle bedeutet
java.io.IOException: mark/reset not supported
IOExeption ist ein algemeines einausgabe problem
aber wie grig ich das mark und reset zeug weg
Problem Code:
ich hab mal wieder ein(oder immer noch) ein Sound problem
was zur hölle bedeutet
java.io.IOException: mark/reset not supported
IOExeption ist ein algemeines einausgabe problem
aber wie grig ich das mark und reset zeug weg
Problem Code:
Java Code:
-
-
if(PlaySound.getBoolean("!Mute", true)){
-
-
-
public void run() {
-
-
-
-
-
-
-
try{
-
AudioInputStream inputStream = AudioSystem.getAudioInputStream(getClass().getResourceAsStream(URL));
-
-
-
clip.open(inputStream);
-
-
-
}
-
catch(IOException e){e.printStackTrace();System.out.println("it locks like the file is not found");}
-
catch(UnsupportedAudioFileException e){System.out.println("it locks like the Sound has an incorect format");}
-
-
clip.start();
-
-
-
while(true){
-
if(clip.getMicrosecondLength() == clip.getMicrosecondPosition()){
-
clip.stop();
-
if(Replay){run();
-
}else{
-
-
}}}
-
).start();
-
}
-
}
Sound Problem
Categories: Sound Problem
Inscription à :
Publier les commentaires (Atom)
0 commentaires:
Enregistrer un commentaire