Package | Description |
---|---|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
Modifier and Type | Field and Description |
---|---|
protected EnumMap<ID3v22FieldKey,FieldKey> |
ID3v22Frames.id3ToTagField
Maps from ID3 key to Generic key
|
protected EnumMap<FieldKey,ID3v22FieldKey> |
ID3v22Frames.tagFieldToId3
Maps from Generic key to ID3 key
|
Modifier and Type | Method and Description |
---|---|
ID3v22FieldKey |
ID3v22Frames.getId3KeyFromGenericKey(FieldKey genericKey) |
static ID3v22FieldKey |
ID3v22FieldKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ID3v22FieldKey[] |
ID3v22FieldKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagField |
ID3v22Tag.createField(ID3v22FieldKey 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 |
ID3v22Tag.deleteField(ID3v22FieldKey id3v22FieldKey)
Delete fields with this id3v22FieldKey
|
String |
ID3v22Tag.getFirst(ID3v22FieldKey id3v22FieldKey)
Retrieve the first value that exists for this id3v22key
|
FieldKey |
ID3v22Frames.getGenericKeyFromId3(ID3v22FieldKey fieldKey)
Get generic key for ID3 field key
|
Copyright © 2005–2020 jthink.net. All rights reserved.