Package | Description |
---|---|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
Modifier and Type | Field and Description |
---|---|
protected EnumMap<ID3v24FieldKey,FieldKey> |
ID3v24Frames.id3ToTagField
Maps from ID3 key to Generic key
|
protected EnumMap<FieldKey,ID3v24FieldKey> |
ID3v24Frames.tagFieldToId3 |
Modifier and Type | Method and Description |
---|---|
ID3v24FieldKey |
ID3v24Frames.getId3KeyFromGenericKey(FieldKey genericKey) |
static ID3v24FieldKey |
ID3v24FieldKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ID3v24FieldKey[] |
ID3v24FieldKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagField |
ID3v24Tag.createField(ID3v24FieldKey id3Key,
String value)
Create Frame for Id3 Key
Only textual data supported at the moment, should only be used with frames that
support a simple string argument.
|
void |
ID3v24Tag.deleteField(ID3v24FieldKey id3v24FieldKey)
Delete fields with this id3v24FieldKey
|
String |
ID3v24Tag.getFirst(ID3v24FieldKey id3v24FieldKey)
Retrieve the first value that exists for this id3v24key
|
FieldKey |
ID3v24Frames.getGenericKeyFromId3(ID3v24FieldKey fieldKey)
Get generic key for ID3 field key
|
Copyright © 2005–2020 jthink.net. All rights reserved.