public interface Playlist
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getName()
Gets the name.
|
java.util.Iterator<? extends Source> |
getSources()
Gets the sources.
|
PlaylistType |
getType()
Gets the type.
|
int |
size()
Gets the number of sources in this playlist
|
java.lang.String getName()
PlaylistType getType()
java.lang.String getDescription()
java.util.Iterator<? extends Source> getSources()
int size()