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 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()
-
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
-