
public static enum FilterGraph.State extends Enum<FilterGraph.State>
| Enum Constant and Description |
|---|
STATE_ERROR
An error occurred and this graph should be discarded.
|
STATE_INITED
Initialized but not yet opened.
|
STATE_OPENED
Opened.
|
| Modifier and Type | Method and Description |
|---|---|
static FilterGraph.State |
swigToEnum(int swigValue) |
int |
swigValue() |
static FilterGraph.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterGraph.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterGraph.State STATE_INITED
public static final FilterGraph.State STATE_OPENED
public static final FilterGraph.State STATE_ERROR
public static FilterGraph.State[] values()
for (FilterGraph.State c : FilterGraph.State.values()) System.out.println(c);
public static FilterGraph.State 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 final int swigValue()
public static FilterGraph.State swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.