|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTag | |
|---|---|
| org.jaudiotagger.audio.mp3 | |
| org.jaudiotagger.tag.id3 | |
| org.jaudiotagger.tag.lyrics3 | |
| Uses of AbstractTag in org.jaudiotagger.audio.mp3 |
|---|
| Methods in org.jaudiotagger.audio.mp3 with parameters of type AbstractTag | |
|---|---|
void |
MP3File.delete(AbstractTag mp3tag)
Remove tag from file |
void |
MP3File.setID3v1Tag(AbstractTag mp3tag)
Sets the ID3v1 tag for this datatype. |
void |
MP3File.setID3v2Tag(AbstractTag mp3tag)
Sets the ID3v2 tag for this datatype. |
| Uses of AbstractTag in org.jaudiotagger.tag.id3 |
|---|
| Subclasses of AbstractTag in org.jaudiotagger.tag.id3 | |
|---|---|
class |
AbstractID3Tag
This is the abstract base class for all ID3 tags. |
class |
AbstractID3v1Tag
This is the abstract base class for all ID3v1 tags. |
class |
AbstractID3v2Tag
This is the abstract base class for all ID3v2 tags. |
class |
ID3v11Tag
Represents an ID3v11 tag. |
class |
ID3v1Tag
Represents an ID3v1 tag. |
class |
ID3v22Tag
Represents an ID3v2.2 tag. |
class |
ID3v23Tag
Represents an ID3v2.3 tag. |
class |
ID3v24Tag
Represents an ID3v2.4 tag. |
| Constructors in org.jaudiotagger.tag.id3 with parameters of type AbstractTag | |
|---|---|
AbstractTag(AbstractTag copyObject)
|
|
ID3v11Tag(AbstractTag mp3tag)
Creates a new ID3v11 datatype from a non v11 tag |
|
ID3v1Tag(AbstractTag mp3tag)
|
|
ID3v22Tag(AbstractTag mp3tag)
Constructs a new tag based upon another tag of different version/type |
|
ID3v23Tag(AbstractTag mp3tag)
Constructs a new tag based upon another tag of different version/type |
|
ID3v24Tag(AbstractTag mp3tag)
Creates a new ID3v2_4 datatype based on another (non 2.4) tag |
|
| Uses of AbstractTag in org.jaudiotagger.tag.lyrics3 |
|---|
| Subclasses of AbstractTag in org.jaudiotagger.tag.lyrics3 | |
|---|---|
class |
AbstractLyrics3
|
class |
Lyrics3v1
|
class |
Lyrics3v2
|
| Constructors in org.jaudiotagger.tag.lyrics3 with parameters of type AbstractTag | |
|---|---|
Lyrics3v1(AbstractTag mp3Tag)
|
|
Lyrics3v2(AbstractTag mp3tag)
Creates a new Lyrics3v2 datatype. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||