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