Interface ITrackLoader
-
- All Known Implementing Classes:
TrackLoader
public interface ITrackLoader- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Jun 17, 2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPlayableTrackloadTrack(java.lang.String trackID)Load the track by it's id.
-
-
-
Method Detail
-
loadTrack
IPlayableTrack loadTrack(java.lang.String trackID)
Load the track by it's id.- Parameters:
trackID- track id is the filename without it's extension- Returns:
- loaded track may be null if the track id does not exist.
-
-