public static enum VideoConstant.ViewType extends java.lang.Enum<VideoConstant.ViewType>
| Modifier and Type | Method and Description |
|---|---|
static VideoConstant.ViewType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoConstant.ViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoConstant.ViewType SURFACE_VIDEO_VIEW
public static final VideoConstant.ViewType NO_GL_VIDEO_VIEW
public static final VideoConstant.ViewType NO_GL_VIDEO_VIEW_MULTIVIDEO
public static final VideoConstant.ViewType CUSTOM_GL_VIDEO_VIEW_LOW
public static final VideoConstant.ViewType CUSTOM_GL_VIDEO_VIEW_LOW_MULTIVIDEO
public static final VideoConstant.ViewType CUSTOM_GL_VIDEO_VIEW_HIGH
public static final VideoConstant.ViewType CUSTOM_GL_VIDEO_VIEW_HIGH_MULTIVIDEO
public static final VideoConstant.ViewType GL_VIDEO_VIEW
public static final VideoConstant.ViewType GL_VIDEO_VIEW_MULTIVIDEO
public static final VideoConstant.ViewType GL_VIDEO_VIEW_GLSURFACE
public static VideoConstant.ViewType[] values()
for (VideoConstant.ViewType c : VideoConstant.ViewType.values()) System.out.println(c);
public static VideoConstant.ViewType 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