@Gst.Since(minor=12) public enum WebRTCSDPType extends Enum<WebRTCSDPType> implements NativeEnum<WebRTCSDPType>
WebRTCSessionDescription
Available since GStreamer 1.12| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Gets the integer value of the enum
|
static WebRTCSDPType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRTCSDPType[] |
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 WebRTCSDPType OFFER
public static final WebRTCSDPType PRANSWER
public static final WebRTCSDPType ANSWER
public static final WebRTCSDPType ROLLBACK
public static WebRTCSDPType[] values()
for (WebRTCSDPType c : WebRTCSDPType.values()) System.out.println(c);
public static WebRTCSDPType 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<WebRTCSDPType>Copyright © 2021 gstreamer-java. All rights reserved.