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