| Modifier and Type | Method and Description |
|---|---|
String |
getAlbum() |
String |
getArtist() |
String |
getComment() |
int |
getGenre() |
String |
getGenreDescription() |
String |
getTitle() |
String |
getTrack() |
String |
getVersion() |
String |
getYear() |
void |
setAlbum(String album) |
void |
setArtist(String artist) |
void |
setComment(String comment) |
void |
setGenre(int genre) |
void |
setTitle(String title) |
void |
setTrack(String track) |
void |
setYear(String year) |
byte[] |
toBytes() |
String getVersion()
String getTrack()
void setTrack(String track)
String getArtist()
void setArtist(String artist)
String getTitle()
void setTitle(String title)
String getAlbum()
void setAlbum(String album)
String getYear()
void setYear(String year)
int getGenre()
void setGenre(int genre)
String getGenreDescription()
String getComment()
void setComment(String comment)
byte[] toBytes()
throws NotSupportedException
NotSupportedException