Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
static URIType |
URIType.valueOf(int uriType)
Returns the enum constant of this type with the specified integer value.
|
static URIType |
URIType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static URIType[] |
URIType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.sun.jna.Pointer |
GstURIAPI.gst_element_make_from_uri(URIType type,
java.lang.String uri,
java.lang.String name) |
boolean |
GstURIAPI.gst_uri_protocol_is_supported(URIType type,
java.lang.String protocol) |