public enum RtpTimeoutStartTime extends Enum<RtpTimeoutStartTime>
| Modifier and Type | Method and Description |
|---|---|
static RtpTimeoutStartTime |
fromSymbol(String symbol) |
String |
symbol() |
static RtpTimeoutStartTime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtpTimeoutStartTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtpTimeoutStartTime IMMEDIATE
public static final RtpTimeoutStartTime WAIT_RTCP
public static RtpTimeoutStartTime[] values()
for (RtpTimeoutStartTime c : RtpTimeoutStartTime.values()) System.out.println(c);
public static RtpTimeoutStartTime 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 symbol()
public static final RtpTimeoutStartTime fromSymbol(String symbol)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.