public enum AlivcImageFormat extends java.lang.Enum<AlivcImageFormat>
Modifier and Type | Field and Description |
---|---|
private int |
mImageFormat |
Modifier and Type | Method and Description |
---|---|
int |
getAlivcImageFormat() |
static AlivcImageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcImageFormat IMAGE_FORMAT_UNKNOW
public static final AlivcImageFormat IMAGE_FORMAT_BGR
public static final AlivcImageFormat IMAGE_FORMAT_RGB
public static final AlivcImageFormat IMAGE_FORMAT_ARGB
public static final AlivcImageFormat IMAGE_FORMAT_BGRA
public static final AlivcImageFormat IMAGE_FORMAT_RGBA
public static final AlivcImageFormat IMAGE_FORMAT_YUV420P
public static final AlivcImageFormat IMAGE_FORMAT_YUVYV12
public static final AlivcImageFormat IMAGE_FORMAT_YUVNV21
public static final AlivcImageFormat IMAGE_FORMAT_YUVNV12
public static final AlivcImageFormat IMAGE_FORMAT_YUVJ420P
public static final AlivcImageFormat IMAGE_FORMAT_YUVJ420SP
public static final AlivcImageFormat IMAGE_FORMAT_YUVJ444P
public static final AlivcImageFormat IMAGE_FORMAT_YUV444P
public static final AlivcImageFormat IMAGE_FORMAT_EGL_IMG
public static final AlivcImageFormat IMAGE_FORMAT_TEXTURE_2D
public static final AlivcImageFormat IMAGE_FORMAT_TEXTURE_OES
public static AlivcImageFormat[] values()
for (AlivcImageFormat c : AlivcImageFormat.values()) System.out.println(c);
public static AlivcImageFormat 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 nullpublic int getAlivcImageFormat()