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