Package | Description |
---|---|
org.jaudiotagger.audio |
Classes and interfaces generic to all audio formats.
|
org.jaudiotagger.tag |
Generic classes and interfaces for metadata blocks, broadly called tags.
|
org.jaudiotagger.tag.reference |
Controlled vocabulary support.
|
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 |
---|---|
ID3V2Version |
TagOptionSingleton.getID3V2Version() |
Modifier and Type | Method and Description |
---|---|
void |
TagOptionSingleton.setID3V2Version(ID3V2Version id3v2Version) |
Modifier and Type | Method and Description |
---|---|
static ID3V2Version |
ID3V2Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ID3V2Version[] |
ID3V2Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2020 jthink.net. All rights reserved.