Package | Description |
---|---|
org.jaudiotagger.audio.mp3 |
Classes for MP3 files.
|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
Modifier and Type | Method and Description |
---|---|
ID3v1Tag |
MP3File.getID3v1Tag()
Returns the
ID3v1 tag for this dataType. |
Modifier and Type | Method and Description |
---|---|
void |
MP3File.setID3v1Tag(ID3v1Tag id3v1tag)
Sets the ID3v1(_1)tag to the tag provided as an argument.
|
Modifier and Type | Class and Description |
---|---|
class |
ID3v11Tag
Represents an ID3v11 tag.
|
Constructor and Description |
---|
ID3v1Iterator(ID3v1Tag id3v1tag)
Creates a new ID3v1Iterator datatype.
|
ID3v1Tag(ID3v1Tag copyObject) |
Copyright © 2005–2020 jthink.net. All rights reserved.