com.es.skreemr
Class SkreemRSong
java.lang.Object
com.es.skreemr.SkreemRSong
public class SkreemRSong
- extends Object
Holds song name, artist name, album name, duration of song, Year of
song/album, SkreemR's Listed Genre, Bitrate of song, Frequency of Song, if
the song plays in Variable Bitrate Mode, The date SkreemR scanned file, and
Url of file
- Author:
- Keith Blackard
SkreemRSong
public SkreemRSong(String url,
String tags)
- Create a new SkreemR Song Object to be dealt with later.
- Parameters:
url
- The url of the song from SkreemRtags
- The tags of the file to be parsed from SkreemR
toString
public String toString()
- Overrides:
toString
in class Object
getSong
public String getSong()
- Returns:
- the song name
getArtist
public String getArtist()
- Returns:
- the song artist
getAlbum
public String getAlbum()
- Returns:
- the album name
getDuration
public String getDuration()
- Returns:
- the duration of song
getYear
public String getYear()
- Returns:
- the year made
getGenre
public String getGenre()
- Returns:
- the genre listed from SkreemR
getBitrate
public String getBitrate()
- Returns:
- the bitrate of file
getFrequency
public String getFrequency()
- Returns:
- the frequency of file
getVbr
public String getVbr()
- Returns:
- true if song has variable bit rate
getDate
public String getDate()
- Returns:
- the date SkreemR last scanned file
getUrl
public String getUrl()
- Returns:
- the url of the mp3 file
Copyright © 2007-2008. All Rights Reserved.