|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<EntryUrlFormatter.EntryMediaType>
com.tenduke.services.multimedia.http.EntryUrlFormatter.EntryMediaType
public static enum EntryUrlFormatter.EntryMediaType
Constants for identification of built in default entry media types.
| Enum Constant Summary | |
|---|---|
DEFAULT_IMAGE
Generated default size image (applicable for ImageEntries only). |
|
FLV
Default transcoded flv (applicable for VideoEntries only). |
|
MP3
Generated default mp3 audio (applicable for AudioEntries only). |
|
MP4
MP4 container (applicable for VideoEntries only). |
|
ORIGINAL_MEDIA
Original uploaded media. |
|
SCREENSHOT
Generated default screenshot image (applicable for VideoEntries only). |
|
THUMBNAIL
Generated default thumbnail image (applicable for VideoEntries and ImageEntries). |
|
| Method Summary | |
|---|---|
static EntryUrlFormatter.EntryMediaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EntryUrlFormatter.EntryMediaType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 EntryUrlFormatter.EntryMediaType DEFAULT_IMAGE
public static final EntryUrlFormatter.EntryMediaType FLV
public static final EntryUrlFormatter.EntryMediaType MP3
public static final EntryUrlFormatter.EntryMediaType MP4
public static final EntryUrlFormatter.EntryMediaType ORIGINAL_MEDIA
public static final EntryUrlFormatter.EntryMediaType SCREENSHOT
public static final EntryUrlFormatter.EntryMediaType THUMBNAIL
| Method Detail |
|---|
public static EntryUrlFormatter.EntryMediaType 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 name
java.lang.NullPointerException - if the argument is nullpublic static EntryUrlFormatter.EntryMediaType[] values()
for (EntryUrlFormatter.EntryMediaType c : EntryUrlFormatter.EntryMediaType.values()) System.out.println(c);
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||