@Gst.Since(minor=14) public enum WebRTCICEGatheringState extends Enum<WebRTCICEGatheringState> implements NativeEnum<WebRTCICEGatheringState>
| Enum Constant and Description |
|---|
COMPLETE
Gathering completed
|
GATHERING
Gathering in progress
|
NEW
New gathering
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static WebRTCICEGatheringState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRTCICEGatheringState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromInt, fromIntpublic static final WebRTCICEGatheringState NEW
public static final WebRTCICEGatheringState GATHERING
public static final WebRTCICEGatheringState COMPLETE
public static WebRTCICEGatheringState[] values()
for (WebRTCICEGatheringState c : WebRTCICEGatheringState.values()) System.out.println(c);
public static WebRTCICEGatheringState 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 int intValue()
intValue in interface NativeEnum<WebRTCICEGatheringState>Copyright © 2021 gstreamer-java. All rights reserved.