public enum Mp4ContentTypeValue extends java.lang.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 | Field and Description |
---|---|
private java.lang.String |
description |
private int |
id |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
This is the value of the fieldname that is actually used to write mp4
|
int |
getId()
Return id used in the file
|
java.lang.String |
getIdAsString() |
static Mp4ContentTypeValue |
valueOf(java.lang.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(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 namejava.lang.NullPointerException
- if the argument is nullpublic int getId()
public java.lang.String getIdAsString()
public java.lang.String getDescription()
Copyright © 2005-2013 java.net. All Rights Reserved.