public enum Mp4ContentTypeValue extends Enum<Mp4ContentTypeValue>
These are held as a byte field, normally only used for purcahed items, audio files use a stik of one
Enum Constant and Description |
---|
AUDIO_BOOK |
BOOKLET |
BOOKMARK |
MOVIE |
MUSIC_VIDEO |
NORMAL |
SHORT_FILM |
TV_SHOW |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
This is the value of the fieldname that is actually used to write mp4
|
int |
getId()
Return id used in the file
|
String |
getIdAsString() |
static Mp4ContentTypeValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4ContentTypeValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mp4ContentTypeValue MOVIE
public static final Mp4ContentTypeValue NORMAL
public static final Mp4ContentTypeValue AUDIO_BOOK
public static final Mp4ContentTypeValue BOOKMARK
public static final Mp4ContentTypeValue MUSIC_VIDEO
public static final Mp4ContentTypeValue SHORT_FILM
public static final Mp4ContentTypeValue TV_SHOW
public static final Mp4ContentTypeValue BOOKLET
public static Mp4ContentTypeValue[] values()
for (Mp4ContentTypeValue c : Mp4ContentTypeValue.values()) System.out.println(c);
public static Mp4ContentTypeValue 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 int getId()
public String getIdAsString()
public String getDescription()
Copyright © 2005–2020 jthink.net. All rights reserved.