Uses of Class
org.gstreamer.URIType

Packages that use URIType
org.gstreamer   
org.gstreamer.lowlevel   
 

Uses of URIType in org.gstreamer
 

Methods in org.gstreamer that return URIType
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.
 

Uses of URIType in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel with parameters of type URIType
 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)