public enum ExtendedParameter extends Enum<ExtendedParameter> implements javax.media.mscontrol.Parameter
| Enum Constant and Description |
|---|
ENDPOINT_LOCAL_NAME |
MIXER_ADAPTER_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedParameter ENDPOINT_LOCAL_NAME
public static final ExtendedParameter MIXER_ADAPTER_CONFIG
public static ExtendedParameter[] values()
for (ExtendedParameter c : ExtendedParameter.values()) System.out.println(c);
public static ExtendedParameter 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 nullCopyright © 2017 TeleStax, Inc.. All Rights Reserved.