public static enum POBVideoPlayer.SupportedMediaType extends java.lang.Enum<POBVideoPlayer.SupportedMediaType>
POBVideoPlayerView| Enum Constant and Description |
|---|
MEDIA_3GPP |
MEDIA_MP4 |
MEDIA_WEBM |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getStringValues()
To get string array of all the supported media(mime) types
|
java.lang.String |
getValue() |
static POBVideoPlayer.SupportedMediaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBVideoPlayer.SupportedMediaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBVideoPlayer.SupportedMediaType MEDIA_3GPP
public static final POBVideoPlayer.SupportedMediaType MEDIA_MP4
public static final POBVideoPlayer.SupportedMediaType MEDIA_WEBM
public static POBVideoPlayer.SupportedMediaType[] values()
for (POBVideoPlayer.SupportedMediaType c : POBVideoPlayer.SupportedMediaType.values()) System.out.println(c);
public static POBVideoPlayer.SupportedMediaType 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@NonNull public static java.lang.String[] getStringValues()
public java.lang.String getValue()