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 |
---|---|
Mp4FieldType |
Mp4FieldKey.getFieldType() |
abstract Mp4FieldType |
Mp4TagField.getFieldType() |
Modifier and Type | Method and Description |
---|---|
Mp4FieldType |
Mp4TagBinaryField.getFieldType() |
Mp4FieldType |
Mp4TagByteField.getFieldType() |
Mp4FieldType |
Mp4TagCoverField.getFieldType()
Return field type, for artwork this also identifies the imagetype
|
Mp4FieldType |
Mp4TagRawBinaryField.getFieldType() |
Mp4FieldType |
Mp4TagReverseDnsField.getFieldType() |
Mp4FieldType |
Mp4TagTextField.getFieldType() |
Mp4FieldType |
Mp4TagTextNumberField.getFieldType() |
static Mp4FieldType |
Mp4FieldType.getFieldType(int fieldClassId) |
static Mp4FieldType |
Mp4FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4FieldType[] |
Mp4FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Mp4TagCoverField.getMimeTypeForImageType(Mp4FieldType imageType) |
static boolean |
Mp4FieldType.isCoverArtType(Mp4FieldType mp4FieldType) |
Constructor and Description |
---|
Mp4TagCoverField(ByteBuffer raw,
Mp4FieldType imageType)
Construct CoverField by reading data from audio file
|
Copyright © 2005–2020 jthink.net. All rights reserved.