Package com.mpatric.mp3agic
Interface ID3v2
- All Superinterfaces:
ID3v1
- All Known Implementing Classes:
AbstractID3v2Tag
,ID3v22Tag
,ID3v23Tag
,ID3v24Tag
public interface ID3v2 extends ID3v1
-
Method Summary
Methods inherited from interface com.mpatric.mp3agic.ID3v1
getAlbum, getArtist, getComment, getGenre, getGenreDescription, getTitle, getTrack, getVersion, getYear, setAlbum, setArtist, setComment, setGenre, setTitle, setTrack, setYear, toBytes
-
Method Details
-
getPadding
boolean getPadding() -
setPadding
void setPadding(boolean padding) -
hasFooter
boolean hasFooter() -
setFooter
void setFooter(boolean footer) -
hasUnsynchronisation
boolean hasUnsynchronisation() -
setUnsynchronisation
void setUnsynchronisation(boolean unsynchronisation) -
getBPM
int getBPM() -
setBPM
void setBPM(int bpm) -
getGrouping
String getGrouping() -
setGrouping
-
getKey
String getKey() -
setKey
-
getDate
String getDate() -
setDate
-
getComposer
String getComposer() -
setComposer
-
getPublisher
String getPublisher() -
setPublisher
-
getOriginalArtist
String getOriginalArtist() -
setOriginalArtist
-
getAlbumArtist
String getAlbumArtist() -
setAlbumArtist
-
getCopyright
String getCopyright() -
setCopyright
-
getArtistUrl
String getArtistUrl() -
setArtistUrl
-
getCommercialUrl
String getCommercialUrl() -
setCommercialUrl
-
getCopyrightUrl
String getCopyrightUrl() -
setCopyrightUrl
-
getAudiofileUrl
String getAudiofileUrl() -
setAudiofileUrl
-
getAudioSourceUrl
String getAudioSourceUrl() -
setAudioSourceUrl
-
getRadiostationUrl
String getRadiostationUrl() -
setRadiostationUrl
-
getPaymentUrl
String getPaymentUrl() -
setPaymentUrl
-
getPublisherUrl
String getPublisherUrl() -
setPublisherUrl
-
getUrl
String getUrl() -
setUrl
-
getPartOfSet
String getPartOfSet() -
setPartOfSet
-
isCompilation
boolean isCompilation() -
setCompilation
void setCompilation(boolean compilation) -
getChapters
ArrayList<ID3v2ChapterFrameData> getChapters() -
setChapters
-
getChapterTOC
ArrayList<ID3v2ChapterTOCFrameData> getChapterTOC() -
setChapterTOC
-
getEncoder
String getEncoder() -
setEncoder
-
getAlbumImage
byte[] getAlbumImage() -
setAlbumImage
-
setAlbumImage
-
clearAlbumImage
void clearAlbumImage() -
getAlbumImageMimeType
String getAlbumImageMimeType() -
getWmpRating
int getWmpRating() -
setWmpRating
void setWmpRating(int rating) -
getItunesComment
String getItunesComment() -
setItunesComment
-
getLyrics
String getLyrics() -
setLyrics
-
setGenreDescription
Set genre from text. This method behaves different depending on the ID3 version. Prior to ID3v2.4, the provided text must match a id3v1 genre description. With ID3v2.4, the genre is written as free text.- Parameters:
text
- genre string
-
getDataLength
int getDataLength() -
getLength
int getLength() -
getObseleteFormat
boolean getObseleteFormat() -
getFrameSets
Map<String,ID3v2FrameSet> getFrameSets() -
clearFrameSet
-