Package | Description |
---|---|
org.jaudiotagger.tag.asf |
Support for a pseudo-tag representing ASF metadata.
|
Modifier and Type | Field and Description |
---|---|
static Set<AsfFieldKey> |
AsfTag.COMMON_FIELDS
Stores a list of field keys, which identify common fields.
|
Modifier and Type | Method and Description |
---|---|
static AsfFieldKey |
AsfFieldKey.getAsfFieldKey(String fieldName)
Searches for an ASF field key which represents the given id string.
|
static AsfFieldKey |
AsfFieldKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsfFieldKey[] |
AsfFieldKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AsfTagTextField |
AsfTag.createField(AsfFieldKey asfFieldKey,
String value)
Create tag text field using ASF key
Uses the correct subclass for the key.
|
void |
AsfTag.deleteField(AsfFieldKey fieldKey)
Removes all fields which are stored to the provided field key.
|
String |
AsfTag.getFirst(AsfFieldKey asfKey)
Retrieve the first value that exists for this asfkey
|
boolean |
AsfTag.hasField(AsfFieldKey asfFieldKey) |
Constructor and Description |
---|
AsfTagField(AsfFieldKey field)
Creates a tag field.
|
AsfTagTextField(AsfFieldKey field,
String value)
Creates a tag text field and assigns the string value.
|
Copyright © 2005–2020 jthink.net. All rights reserved.