| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.sound | |
| ch.sahits.game.openpatrician.sound.impl |
| Modifier and Type | Method and Description |
|---|---|
IPlayableTrack |
ITrackLoader.loadTrack(String trackID)
Load the track by it's id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITrackPlayer.add(IPlayableTrack track)
Add a track to the playing queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoopTrack
LoopTrack represents a track that can be looped.
|
class |
MediaTrack |
| Modifier and Type | Field and Description |
|---|---|
private List<IPlayableTrack> |
TrackPlayer.playlist |
private HashMap<String,IPlayableTrack> |
TrackLoader.soundMap |
| Modifier and Type | Method and Description |
|---|---|
IPlayableTrack |
TrackLoader.loadTrack(String trackID) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackPlayer.add(IPlayableTrack track) |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.