public enum RtpEventType extends Enum<RtpEventType> implements MgcpEventType
| Enum Constant and Description |
|---|
ICMP_UNREACHABLE |
JITTER_BUFFER_SIZE_CHANGED |
MEDIA_START |
OPERATION_COMPLETE |
OPERATION_FAILED |
PACKET_LOSS_EXCEEDED |
QUALITY_ALERT |
RTP_TIMEOUT |
SAMPLING_RATE_CHANGED |
USED_CODEC_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static RtpEventType |
fromSymbol(String symbol) |
boolean |
parameterized()
Gets whether the event is parameterized or not.
|
String |
symbol()
Gets the symbol of the event.
|
static RtpEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtpEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtpEventType ICMP_UNREACHABLE
public static final RtpEventType JITTER_BUFFER_SIZE_CHANGED
public static final RtpEventType MEDIA_START
public static final RtpEventType OPERATION_COMPLETE
public static final RtpEventType OPERATION_FAILED
public static final RtpEventType PACKET_LOSS_EXCEEDED
public static final RtpEventType QUALITY_ALERT
public static final RtpEventType RTP_TIMEOUT
public static final RtpEventType SAMPLING_RATE_CHANGED
public static final RtpEventType USED_CODEC_CHANGED
public static RtpEventType[] values()
for (RtpEventType c : RtpEventType.values()) System.out.println(c);
public static RtpEventType 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()
MgcpEventTypesymbol in interface MgcpEventTypepublic boolean parameterized()
MgcpEventTypeparameterized in interface MgcpEventTypepublic static final RtpEventType fromSymbol(String symbol)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.