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