com.evolution.player.core.media.loader
Class DownloadableMedia

java.lang.Object
  extended by com.evolution.player.core.media.MediaInfo
      extended by com.evolution.player.core.media.loader.DownloadableMedia

public abstract class DownloadableMedia
extends MediaInfo

A media info which can be downloaded by a music loader.

Since:
0.6
See Also:
MusicLoader

Nested Class Summary
 
Nested classes/interfaces inherited from class com.evolution.player.core.media.MediaInfo
MediaInfo.MusicbrainzIdType
 
Constructor Summary
DownloadableMedia()
           
 
Method Summary
 
Methods inherited from class com.evolution.player.core.media.MediaInfo
canCreate, create, equals, getAlbumName, getArtistName, getComment, getId, getMusicbrainzId, getSongName, getTag, getTrackNumber, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadableMedia

public DownloadableMedia()