Refactored to break out class
This commit is contained in:
@@ -60,6 +60,10 @@ public class TrackScheduler extends AudioEventAdapter implements AudioEventListe
|
||||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
public int trackCount() {
|
||||
return trackQueue.size();
|
||||
}
|
||||
|
||||
public AudioTrack peek() {
|
||||
return trackQueue.peek();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user