Package com.tagtraum.ubermusic
Interface TagProvider
-
public interface TagProvider
TagProvider.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Tag>
getTags(AudioSong song)
Retrieves a list of tags for a given song.
-
-
-
Method Detail
-
getTags
List<Tag> getTags(AudioSong song) throws IOException
Retrieves a list of tags for a given song.- Parameters:
song
- song- Returns:
- List, may be empty but never
null
- Throws:
IOException
- if an IO problem occurs
-
-