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

Method getPosition

client/src/main/java/jake2/client/MP3.java:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 public int getPosition() {
140 if (ispaused == true || isplaying == false || isinitialized == false)
141 return 0;
142 return player.getPosition(); // milliseconds
143 }
144
145 public String getRawID3v2() {
146 return id3v2;

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected