Uses of Interface
ch.sahits.game.openpatrician.sound.IPlayableTrack
-
Packages that use IPlayableTrack Package Description ch.sahits.game.openpatrician.sound ch.sahits.game.openpatrician.sound.impl -
-
Uses of IPlayableTrack in ch.sahits.game.openpatrician.sound
Methods in ch.sahits.game.openpatrician.sound that return IPlayableTrack Modifier and Type Method Description IPlayableTrackITrackLoader. loadTrack(java.lang.String trackID)Load the track by it's id.Methods in ch.sahits.game.openpatrician.sound with parameters of type IPlayableTrack Modifier and Type Method Description voidITrackPlayer. add(IPlayableTrack track)Add a track to the playing queue. -
Uses of IPlayableTrack in ch.sahits.game.openpatrician.sound.impl
Classes in ch.sahits.game.openpatrician.sound.impl that implement IPlayableTrack Modifier and Type Class Description classLoopTrackLoopTrack represents a track that can be looped.classMediaTrackMethods in ch.sahits.game.openpatrician.sound.impl that return IPlayableTrack Modifier and Type Method Description IPlayableTrackTrackLoader. loadTrack(java.lang.String trackID)Methods in ch.sahits.game.openpatrician.sound.impl with parameters of type IPlayableTrack Modifier and Type Method Description voidTrackPlayer. add(IPlayableTrack track)
-