org.gstreamer.lowlevel
public interface GstURIAPI extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstURIAPI |
GSTURI_API |
Modifier and Type | Method and Description |
---|---|
com.sun.jna.Pointer |
gst_element_make_from_uri(URIType type,
String uri,
String name) |
boolean |
gst_uri_has_protocol(String uri,
String protocol) |
boolean |
gst_uri_is_valid(String uri) |
boolean |
gst_uri_protocol_is_supported(URIType type,
String protocol) |
boolean |
gst_uri_protocol_is_valid(String protocol) |
Copyright © 2014. All rights reserved.