MCPcopy Create free account
hub / github.com/demoth/jake2 / MP3

Method MP3

client/src/main/java/jake2/client/MP3.java:39–48  ·  view source on GitHub ↗
(String filename, boolean looping)

Source from the content-addressed store, hash-verified

37 private boolean iserror = false;
38
39 public MP3(String filename, boolean looping) {
40 mp3file = filename;
41 islooping = looping;
42 if (init() == -1) {
43 isinitialized = false;
44 iserror = true;
45 } else
46 isinitialized = true;
47 iserror = false;
48 }
49
50 private int init() {
51 try {

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected