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