@Immutable public final class ID3v1AnnotatedSafe extends Object implements com.mpatric.mp3agic.ID3v1
| Constructor and Description |
|---|
ID3v1AnnotatedSafe(com.mpatric.mp3agic.ID3v1 tag)
Ctor.
|
| 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() |
public ID3v1AnnotatedSafe(com.mpatric.mp3agic.ID3v1 tag)
tag - Origin.public String getVersion()
getVersion in interface com.mpatric.mp3agic.ID3v1public String getTrack()
getTrack in interface com.mpatric.mp3agic.ID3v1public void setTrack(String track)
setTrack in interface com.mpatric.mp3agic.ID3v1public String getArtist()
getArtist in interface com.mpatric.mp3agic.ID3v1public void setArtist(String artist)
setArtist in interface com.mpatric.mp3agic.ID3v1public String getTitle()
getTitle in interface com.mpatric.mp3agic.ID3v1public void setTitle(String title)
setTitle in interface com.mpatric.mp3agic.ID3v1public String getAlbum()
getAlbum in interface com.mpatric.mp3agic.ID3v1public void setAlbum(String album)
setAlbum in interface com.mpatric.mp3agic.ID3v1public String getYear()
getYear in interface com.mpatric.mp3agic.ID3v1public void setYear(String year)
setYear in interface com.mpatric.mp3agic.ID3v1public int getGenre()
getGenre in interface com.mpatric.mp3agic.ID3v1public void setGenre(int genre)
setGenre in interface com.mpatric.mp3agic.ID3v1public String getGenreDescription()
getGenreDescription in interface com.mpatric.mp3agic.ID3v1public String getComment()
getComment in interface com.mpatric.mp3agic.ID3v1public void setComment(String comment)
setComment in interface com.mpatric.mp3agic.ID3v1public byte[] toBytes()
throws com.mpatric.mp3agic.NotSupportedException
toBytes in interface com.mpatric.mp3agic.ID3v1com.mpatric.mp3agic.NotSupportedExceptionCopyright © 2017–2018 jcabi.com. All rights reserved.