public enum GSocketFamily extends Enum<GSocketFamily>
| Modifier and Type | Method and Description |
|---|---|
static GSocketFamily |
fromGioValue(int gioValue) |
int |
toGioValue() |
static GSocketFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSocketFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSocketFamily INVALID
public static final GSocketFamily UNIX
public static final GSocketFamily IPV4
public static final GSocketFamily IPV6
public static GSocketFamily[] values()
for (GSocketFamily c : GSocketFamily.values()) System.out.println(c);
public static GSocketFamily 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 toGioValue()
public static GSocketFamily fromGioValue(int gioValue)
Copyright © 2021 gstreamer-java. All rights reserved.