
public static enum Filter.CommandFlag extends Enum<Filter.CommandFlag>
| Enum Constant and Description |
|---|
COMMAND_FLAG_FAST
Only execute command when its fast (like a video out that supports contrast adjustment in hw)
|
COMMAND_FLAG_ONE
Stop once a filter understood the command (for target=all for example), fast filters are favored automatically
|
| Modifier and Type | Method and Description |
|---|---|
static Filter.CommandFlag |
swigToEnum(int swigValue) |
int |
swigValue() |
static Filter.CommandFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.CommandFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Filter.CommandFlag COMMAND_FLAG_ONE
public static final Filter.CommandFlag COMMAND_FLAG_FAST
public static Filter.CommandFlag[] values()
for (Filter.CommandFlag c : Filter.CommandFlag.values()) System.out.println(c);
public static Filter.CommandFlag 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 Filter.CommandFlag swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.