public static enum libfreenectLibrary.freenect_video_format extends Enum<libfreenectLibrary.freenect_video_format> implements org.bridj.ValuedEnum<libfreenectLibrary.freenect_video_format>
| Enum Constant and Description | 
|---|
FREENECT_VIDEO_BAYER  | 
FREENECT_VIDEO_DUMMY  | 
FREENECT_VIDEO_IR_10BIT  | 
FREENECT_VIDEO_IR_10BIT_PACKED  | 
FREENECT_VIDEO_IR_8BIT  | 
FREENECT_VIDEO_RGB  | 
FREENECT_VIDEO_YUV_RAW  | 
FREENECT_VIDEO_YUV_RGB  | 
| Modifier and Type | Field and Description | 
|---|---|
long | 
value  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.bridj.ValuedEnum<libfreenectLibrary.freenect_video_format> | 
fromValue(int value)  | 
Iterator<libfreenectLibrary.freenect_video_format> | 
iterator()  | 
long | 
value()  | 
static libfreenectLibrary.freenect_video_format | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static libfreenectLibrary.freenect_video_format[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfforEach, spliteratorpublic static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_RGB
public static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_BAYER
public static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_IR_8BIT
public static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_IR_10BIT
public static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_IR_10BIT_PACKED
public static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_YUV_RGB
public static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_YUV_RAW
public static final libfreenectLibrary.freenect_video_format FREENECT_VIDEO_DUMMY
public final long value
public static libfreenectLibrary.freenect_video_format[] values()
for (libfreenectLibrary.freenect_video_format c : libfreenectLibrary.freenect_video_format.values()) System.out.println(c);
public static libfreenectLibrary.freenect_video_format valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long value()
value in interface org.bridj.ValuedEnum<libfreenectLibrary.freenect_video_format>public Iterator<libfreenectLibrary.freenect_video_format> iterator()
iterator in interface Iterable<libfreenectLibrary.freenect_video_format>public static org.bridj.ValuedEnum<libfreenectLibrary.freenect_video_format> fromValue(int value)