|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Mp4NotMetaFieldKey>
org.jaudiotagger.audio.mp4.Mp4NotMetaFieldKey
public enum Mp4NotMetaFieldKey
This a list of mp4boxes identifiers, that are not part of the metadata info.
These are of limited interest to JAudiotagger but are required when reading audio info or when writing modifications to the file when the location of audio has shifted.
Enum Constant Summary | |
---|---|
DRMS
|
|
ESDS
|
|
FREE
|
|
ILST
|
|
MDAT
|
|
MDHD
|
|
MDIA
|
|
META
|
|
MINF
|
|
MOOV
|
|
MP4A
|
|
MVHD
|
|
SMHD
|
|
STBL
|
|
STCO
|
|
STSD
|
|
TKHD
|
|
TRAK
|
|
UDTA
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getFieldName()
This is the value of the fieldname that is actually used to write mp4 |
static Mp4NotMetaFieldKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Mp4NotMetaFieldKey[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Mp4NotMetaFieldKey MOOV
public static final Mp4NotMetaFieldKey MVHD
public static final Mp4NotMetaFieldKey UDTA
public static final Mp4NotMetaFieldKey META
public static final Mp4NotMetaFieldKey ILST
public static final Mp4NotMetaFieldKey MDAT
public static final Mp4NotMetaFieldKey MDIA
public static final Mp4NotMetaFieldKey MDHD
public static final Mp4NotMetaFieldKey TKHD
public static final Mp4NotMetaFieldKey FREE
public static final Mp4NotMetaFieldKey TRAK
public static final Mp4NotMetaFieldKey SMHD
public static final Mp4NotMetaFieldKey STBL
public static final Mp4NotMetaFieldKey STSD
public static final Mp4NotMetaFieldKey MP4A
public static final Mp4NotMetaFieldKey ESDS
public static final Mp4NotMetaFieldKey MINF
public static final Mp4NotMetaFieldKey STCO
public static final Mp4NotMetaFieldKey DRMS
Method Detail |
---|
public static final Mp4NotMetaFieldKey[] values()
for(Mp4NotMetaFieldKey c : Mp4NotMetaFieldKey.values()) System.out.println(c);
public static Mp4NotMetaFieldKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String getFieldName()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |