public interface Track extends java.lang.Iterable<Sound>
Track class defines a sequence in which music Sounds should be played back by the engine.
This is useful to further define how music is played in the engine.
SoundEngine.playMusic(Track)| Modifier and Type | Method and Description |
|---|---|
javax.sound.sampled.AudioFormat |
getFormat() |