public static enum VideoEvent.Kind extends java.lang.Enum<VideoEvent.Kind>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static VideoEvent.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoEvent.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoEvent.Kind kUnknown
public static final VideoEvent.Kind kSourceCreated
public static final VideoEvent.Kind kSourceDestroyed
public static final VideoEvent.Kind kSourceConnected
public static final VideoEvent.Kind kSourceDisconnected
public static final VideoEvent.Kind kSourceVideoModesUpdated
public static final VideoEvent.Kind kSourceVideoModeChanged
public static final VideoEvent.Kind kSourcePropertyCreated
public static final VideoEvent.Kind kSourcePropertyValueUpdated
public static final VideoEvent.Kind kSourcePropertyChoicesUpdated
public static final VideoEvent.Kind kSinkSourceChanged
public static final VideoEvent.Kind kSinkCreated
public static final VideoEvent.Kind kSinkDestroyed
public static final VideoEvent.Kind kSinkEnabled
public static final VideoEvent.Kind kSinkDisabled
public static final VideoEvent.Kind kNetworkInterfacesChanged
public static VideoEvent.Kind[] values()
for (VideoEvent.Kind c : VideoEvent.Kind.values()) System.out.println(c);
public static VideoEvent.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()