public enum Mp4NonStandardFieldKey extends Enum<Mp4NonStandardFieldKey>
Modifier and Type | Method and Description |
---|---|
Tagger |
geTagger() |
String |
getDescription() |
String |
getFieldName()
This is the value of the fieldname that is actually used to write mp4
|
static Mp4NonStandardFieldKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4NonStandardFieldKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mp4NonStandardFieldKey AAPR
public static final Mp4NonStandardFieldKey ALFN
public static final Mp4NonStandardFieldKey AMIM
public static final Mp4NonStandardFieldKey ADCP
public static final Mp4NonStandardFieldKey APTY
public static Mp4NonStandardFieldKey[] values()
for (Mp4NonStandardFieldKey c : Mp4NonStandardFieldKey.values()) System.out.println(c);
public static Mp4NonStandardFieldKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFieldName()
public String getDescription()
public Tagger geTagger()
Copyright © 2005–2020 jthink.net. All rights reserved.