Package | Description |
---|---|
org.jaudiotagger.audio |
Classes and interfaces generic to all audio formats.
|
org.jaudiotagger.audio.dsf | |
org.jaudiotagger.audio.mp3 |
Classes for MP3 files.
|
org.jaudiotagger.tag.aiff | |
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
org.jaudiotagger.tag.wav |
Modifier and Type | Method and Description |
---|---|
AbstractID3v2Tag |
AudioFile.convertID3Tag(AbstractID3v2Tag tag,
ID3V2Version id3V2Version)
If using ID3 format convert tag from current version to another as specified by id3V2Version,
|
Modifier and Type | Method and Description |
---|---|
AbstractID3v2Tag |
AudioFile.convertID3Tag(AbstractID3v2Tag tag,
ID3V2Version id3V2Version)
If using ID3 format convert tag from current version to another as specified by id3V2Version,
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
DsfFileWriter.convert(AbstractID3v2Tag tag)
Convert ID3 tag into a ByteBuffer, also ensures always even to avoid problems
|
Modifier and Type | Method and Description |
---|---|
AbstractID3v2Tag |
MP3File.getID3v2Tag()
Returns the
ID3v2 tag for this datatype. |
Modifier and Type | Method and Description |
---|---|
void |
MP3File.setID3v2Tag(AbstractID3v2Tag id3v2tag)
Sets the v2 tag to the v2 tag provided as an argument.
|
void |
MP3File.setID3v2TagOnly(AbstractID3v2Tag id3v2tag)
Set v2 tag ,don't need to set v24 tag because saving
|
Modifier and Type | Method and Description |
---|---|
static AbstractID3v2Tag |
AiffTag.createDefaultID3Tag()
Default based on user option
|
AbstractID3v2Tag |
AiffTag.getID3Tag()
Returns the ID3 tag
|
Modifier and Type | Method and Description |
---|---|
void |
AiffTag.setID3Tag(AbstractID3v2Tag t)
Sets the ID3 tag
|
Constructor and Description |
---|
AiffTag(AbstractID3v2Tag t) |
Modifier and Type | Class and Description |
---|---|
class |
ID3v22Tag
Represents an ID3v2.2 tag.
|
class |
ID3v23Tag
Represents an ID3v2.3 tag.
|
class |
ID3v24Tag
Represents an ID3v2.4 tag.
|
Modifier and Type | Method and Description |
---|---|
AbstractID3v2Tag |
Id3SupportingTag.getID3Tag() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractID3v2Tag.copyFrames(AbstractID3v2Tag copyObject)
Copy frames from another tag,
|
protected void |
AbstractID3v2Tag.copyPrimitives(AbstractID3v2Tag copyObject)
Copy primitives apply to all tags
|
protected void |
ID3v22Tag.copyPrimitives(AbstractID3v2Tag copyObj)
Copy primitives applicable to v2.2
|
protected void |
ID3v23Tag.copyPrimitives(AbstractID3v2Tag copyObj)
Copy primitives applicable to v2.3
|
protected void |
ID3v24Tag.copyPrimitives(AbstractID3v2Tag copyObj)
Copy primitives applicable to v2.4, this is used when cloning a v2.4 datatype
and other objects such as v2.3 so need to check instanceof
|
void |
Id3SupportingTag.setID3Tag(AbstractID3v2Tag t) |
Constructor and Description |
---|
AbstractID3v2Tag(AbstractID3v2Tag copyObject)
This constructor is used when a tag is created as a duplicate of another
tag of the same type and version.
|
Modifier and Type | Method and Description |
---|---|
static AbstractID3v2Tag |
WavTag.createDefaultID3Tag()
Default based on user option
|
AbstractID3v2Tag |
WavTag.getID3Tag()
Returns the ID3 tag
|
Modifier and Type | Method and Description |
---|---|
void |
WavTag.setID3Tag(AbstractID3v2Tag t)
Sets the ID3 tag
|
Copyright © 2005–2020 jthink.net. All rights reserved.