public static enum VideoFactory.PreLoadType extends Enum<VideoFactory.PreLoadType>
| Modifier and Type | Method and Description |
|---|---|
static VideoFactory.PreLoadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoFactory.PreLoadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoFactory.PreLoadType auto
public static final VideoFactory.PreLoadType metadata
public static final VideoFactory.PreLoadType none
public static VideoFactory.PreLoadType[] values()
for (VideoFactory.PreLoadType c : VideoFactory.PreLoadType.values()) System.out.println(c);
public static VideoFactory.PreLoadType 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 nullCopyright © 2015. All rights reserved.