public enum RTCStatsIceCandidatePairState extends Enum<RTCStatsIceCandidatePairState>
Enum Constant and Description |
---|
cancelled |
failed |
frozen |
inprogress |
succeeded |
waiting |
Modifier and Type | Method and Description |
---|---|
static RTCStatsIceCandidatePairState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTCStatsIceCandidatePairState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTCStatsIceCandidatePairState frozen
public static final RTCStatsIceCandidatePairState waiting
public static final RTCStatsIceCandidatePairState inprogress
public static final RTCStatsIceCandidatePairState failed
public static final RTCStatsIceCandidatePairState succeeded
public static final RTCStatsIceCandidatePairState cancelled
public static RTCStatsIceCandidatePairState[] values()
for (RTCStatsIceCandidatePairState c : RTCStatsIceCandidatePairState.values()) System.out.println(c);
public static RTCStatsIceCandidatePairState 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.