Package | Description |
---|---|
org.jaudiotagger.tag.mp4 |
Classes for the MP4 metadata (moov.udt.meta.ilst) atom.
|
org.jaudiotagger.tag.mp4.field |
Classes handling fields of the MP4 moov.udt.meta.ilst atom.
|
Modifier and Type | Method and Description |
---|---|
static Mp4FieldKey |
Mp4FieldKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4FieldKey[] |
Mp4FieldKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagField |
Mp4Tag.createField(Mp4FieldKey mp4FieldKey,
String value)
Create Tag Field using mp4 key
Uses the correct subclass for the key
|
void |
Mp4Tag.deleteField(Mp4FieldKey mp4Key)
Delete fields with this mp4key
|
List<TagField> |
Mp4Tag.get(Mp4FieldKey mp4FieldKey)
Retrieve the values that exists for this mp4keyId (this is the internalid actually used)
|
String |
Mp4Tag.getFirst(Mp4FieldKey mp4Key)
Retrieve the first value that exists for this mp4key
|
Mp4TagField |
Mp4Tag.getFirstField(Mp4FieldKey mp4Key) |
boolean |
Mp4Tag.hasField(Mp4FieldKey mp4FieldKey) |
void |
Mp4Tag.setField(Mp4FieldKey fieldKey,
String value)
Set mp4 field
|
Constructor and Description |
---|
Mp4TagByteField(Mp4FieldKey id,
String value)
Create new field
Assume length of 1 which is correct for most but not all byte fields
|
Mp4TagByteField(Mp4FieldKey id,
String value,
int realDataLength)
Create new field with known length
|
Mp4TagReverseDnsField(Mp4FieldKey id,
String content)
Newly created Reverse Dns field
|
Copyright © 2005–2020 jthink.net. All rights reserved.