Interface Track

All Superinterfaces:
java.lang.Iterable<Sound>
All Known Implementing Classes:
IntroTrack, LoopedTrack, SinglePlayTrack

public interface Track
extends java.lang.Iterable<Sound>
The 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.

See Also:
SoundEngine.playMusic(Track)
  • Method Summary

    Modifier and TypeMethodDescription
    javax.sound.sampled.AudioFormatgetFormat() 

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getFormat

      javax.sound.sampled.AudioFormat getFormat()