public enum StatsType extends Enum<StatsType>
Enum Constant and Description |
---|
candidatepair |
datachannel |
element |
endpoint |
inboundrtp |
localcandidate |
outboundrtp |
remotecandidate |
session |
track |
transport |
Modifier and Type | Method and Description |
---|---|
static StatsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsType inboundrtp
public static final StatsType outboundrtp
public static final StatsType session
public static final StatsType datachannel
public static final StatsType track
public static final StatsType transport
public static final StatsType candidatepair
public static final StatsType localcandidate
public static final StatsType remotecandidate
public static final StatsType element
public static final StatsType endpoint
public static StatsType[] values()
for (StatsType c : StatsType.values()) System.out.println(c);
public static StatsType 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 © 2022 Kurento. All rights reserved.