Package | Description |
---|---|
org.jaudiotagger.tag.id3.reference |
Classes for various ID3 rating systems.
|
org.jaudiotagger.tag.mp4 |
Classes for the MP4 metadata (moov.udt.meta.ilst) atom.
|
org.jaudiotagger.tag.reference |
Controlled vocabulary support.
|
org.jaudiotagger.tag.vorbiscomment |
Code dealing with the Vorbis metadata (called "Comment") tag.
|
Modifier and Type | Method and Description |
---|---|
static ID3Rating |
ID3Rating.getInstance(Tagger tagger) |
Modifier and Type | Method and Description |
---|---|
Tagger |
Mp4NonStandardFieldKey.geTagger() |
Tagger |
Mp4FieldKey.getTagger() |
Modifier and Type | Method and Description |
---|---|
static Tagger |
Tagger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tagger[] |
Tagger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Tagger> |
VorbisCommentFieldKey.getTaggers()
List of taggers using this field, concentrates primarily on the original tagger to start using a field.
|
Copyright © 2005–2020 jthink.net. All rights reserved.