public interface GstRegistryAPI
extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static interface |
GstRegistryAPI.PluginFeatureFilter |
static interface |
GstRegistryAPI.PluginFilter |
Modifier and Type | Field and Description |
---|---|
static GstRegistryAPI |
GSTREGISTRY_API |
Modifier and Type | Method and Description |
---|---|
boolean |
gst_registry_add_feature(Registry registry,
PluginFeature feature) |
boolean |
gst_registry_add_plugin(Registry registry,
Plugin plugin) |
boolean |
gst_registry_binary_read_cache(Registry registry,
java.lang.String location) |
boolean |
gst_registry_binary_write_cache(Registry registry,
java.lang.String location) |
PluginFeature |
gst_registry_find_feature(Registry registry,
java.lang.String name,
GType type) |
Plugin |
gst_registry_find_plugin(Registry registry,
java.lang.String name) |
com.sun.jna.Pointer |
gst_registry_get_default() |
GType |
gst_registry_get_type() |
PluginFeature |
gst_registry_lookup_feature(Registry registry,
java.lang.String name) |
Plugin |
gst_registry_lookup(Registry registry,
java.lang.String filename) |
void |
gst_registry_remove_feature(Registry registry,
PluginFeature feature) |
void |
gst_registry_remove_plugin(Registry registry,
Plugin plugin) |
boolean |
gst_registry_scan_path(Registry registry,
java.lang.String path) |
boolean |
gst_registry_xml_read_cache(Registry registry,
java.lang.String location) |
boolean |
gst_registry_xml_write_cache(Registry registry,
java.lang.String location) |
static final GstRegistryAPI GSTREGISTRY_API
GType gst_registry_get_type()
com.sun.jna.Pointer gst_registry_get_default()
boolean gst_registry_scan_path(Registry registry, java.lang.String path)
boolean gst_registry_add_feature(Registry registry, PluginFeature feature)
void gst_registry_remove_feature(Registry registry, PluginFeature feature)
PluginFeature gst_registry_find_feature(Registry registry, java.lang.String name, GType type)
PluginFeature gst_registry_lookup_feature(Registry registry, java.lang.String name)
boolean gst_registry_binary_read_cache(Registry registry, java.lang.String location)
boolean gst_registry_binary_write_cache(Registry registry, java.lang.String location)
boolean gst_registry_xml_read_cache(Registry registry, java.lang.String location)
boolean gst_registry_xml_write_cache(Registry registry, java.lang.String location)