Uses of Interface
com.mpatric.mp3agic.ID3v2
Package | Description |
---|---|
com.mpatric.mp3agic |
-
Uses of ID3v2 in com.mpatric.mp3agic
Classes in com.mpatric.mp3agic that implement ID3v2 Modifier and Type Class Description class
AbstractID3v2Tag
class
ID3v22Tag
class
ID3v23Tag
class
ID3v24Tag
Methods in com.mpatric.mp3agic that return ID3v2 Modifier and Type Method Description ID3v2
ID3Wrapper. getId3v2Tag()
ID3v2
Mp3File. getId3v2Tag()
Methods in com.mpatric.mp3agic with parameters of type ID3v2 Modifier and Type Method Description void
Mp3File. setId3v2Tag(ID3v2 id3v2Tag)
Constructors in com.mpatric.mp3agic with parameters of type ID3v2 Constructor Description ID3Wrapper(ID3v1 id3v1Tag, ID3v2 id3v2Tag)