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