Package de.gurkenlabs.litiengine.sound
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 Type Method Description javax.sound.sampled.AudioFormat
getFormat()
Method Details
getFormat
javax.sound.sampled.AudioFormat getFormat()