public enum EarlyMediaSupportType extends Enum<EarlyMediaSupportType>
Enum Constant and Description |
---|
NOEARLYMEDIA |
RTPEARLYSESSION |
RTPSESSION |
Modifier and Type | Method and Description |
---|---|
static EarlyMediaSupportType |
get(String value) |
static EarlyMediaSupportType[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static EarlyMediaSupportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EarlyMediaSupportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EarlyMediaSupportType NOEARLYMEDIA
public static final EarlyMediaSupportType RTPSESSION
public static final EarlyMediaSupportType RTPEARLYSESSION
public static EarlyMediaSupportType[] values()
for (EarlyMediaSupportType c : EarlyMediaSupportType.values()) System.out.println(c);
public static EarlyMediaSupportType 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 String value()
public String toString()
toString
in class Enum<EarlyMediaSupportType>
public static EarlyMediaSupportType get(String value)
public static EarlyMediaSupportType[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.