Package | Description |
---|---|
org.jaudiotagger.audio.mp3 |
Classes for MP3 files.
|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
org.jaudiotagger.tag.lyrics3 |
Implementation of ID3 frames that follow the lyrics3 pattern, not restricted to lyrics.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLyrics3 |
class |
Lyrics3v1 |
class |
Lyrics3v2 |
Constructor and Description |
---|
Lyrics3v1(AbstractTag mp3Tag) |
Lyrics3v2(AbstractTag mp3tag)
Creates a new Lyrics3v2 datatype.
|
Copyright © 2005–2020 jthink.net. All rights reserved.