Package com.mpatric.mp3agic
Interface ID3v1
- All Known Subinterfaces:
ID3v2
- All Known Implementing Classes:
AbstractID3v2Tag,ID3v1Tag,ID3v22Tag,ID3v23Tag,ID3v24Tag
public interface ID3v1
-
Method Summary
Modifier and Type Method Description StringgetAlbum()StringgetArtist()StringgetComment()intgetGenre()StringgetGenreDescription()StringgetTitle()StringgetTrack()StringgetVersion()StringgetYear()voidsetAlbum(String album)voidsetArtist(String artist)voidsetComment(String comment)voidsetGenre(int genre)voidsetTitle(String title)voidsetTrack(String track)voidsetYear(String year)byte[]toBytes()
-
Method Details
-
getVersion
String getVersion() -
getTrack
String getTrack() -
setTrack
-
getArtist
String getArtist() -
setArtist
-
getTitle
String getTitle() -
setTitle
-
getAlbum
String getAlbum() -
setAlbum
-
getYear
String getYear() -
setYear
-
getGenre
int getGenre() -
setGenre
void setGenre(int genre) -
getGenreDescription
String getGenreDescription() -
getComment
String getComment() -
setComment
-
toBytes
- Throws:
NotSupportedException
-