org.gstreamer.lowlevel
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 |
static final GstRegistryAPI GSTREGISTRY_API
GType gst_registry_get_type()
com.sun.jna.Pointer gst_registry_get_default()
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, String name, GType type)
PluginFeature gst_registry_lookup_feature(Registry registry, String name)
boolean gst_registry_binary_read_cache(Registry registry, String location)
boolean gst_registry_binary_write_cache(Registry registry, String location)
Copyright © 2014. All rights reserved.