public static enum ExoMedia.RendererType extends java.lang.Enum<ExoMedia.RendererType>
| Enum Constant and Description |
|---|
AUDIO |
CLOSED_CAPTION |
METADATA |
VIDEO |
| Modifier and Type | Method and Description |
|---|---|
static ExoMedia.RendererType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExoMedia.RendererType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExoMedia.RendererType AUDIO
public static final ExoMedia.RendererType VIDEO
public static final ExoMedia.RendererType CLOSED_CAPTION
public static final ExoMedia.RendererType METADATA
public static ExoMedia.RendererType[] values()
for (ExoMedia.RendererType c : ExoMedia.RendererType.values()) System.out.println(c);
public static ExoMedia.RendererType 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 null