Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Modifier and Type | Class and Description |
---|---|
class |
ElementFactory
ElementFactory is used to create instances of elements.
|
Modifier and Type | Method and Description |
---|---|
PluginFeature |
Registry.findPluginFeature(java.lang.String name)
Find a
PluginFeature by name in the registry. |
PluginFeature |
Registry.findPluginFeature(java.lang.String name,
GType type)
Find the
PluginFeature with the given name and type in the registry. |
Modifier and Type | Method and Description |
---|---|
java.util.List<PluginFeature> |
Registry.getPluginFeatureListByPlugin(java.lang.String name)
Retrieves a list of
PluginFeature of the named Plugin . |
java.util.List<PluginFeature> |
Registry.getPluginFeatureListByType(GType type)
Retrieves a list of
PluginFeature of the Plugin type. |
Modifier and Type | Method and Description |
---|---|
boolean |
Registry.PluginFeatureFilter.accept(PluginFeature feature) |
Modifier and Type | Method and Description |
---|---|
PluginFeature |
GstPluginFeatureAPI.gst_plugin_feature_load(PluginFeature feature) |
PluginFeature |
GstRegistryAPI.gst_registry_find_feature(Registry registry,
java.lang.String name,
GType type) |
PluginFeature |
GstRegistryAPI.gst_registry_lookup_feature(Registry registry,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
GstRegistryAPI.PluginFeatureFilter.callback(PluginFeature feature)
A function that can be used with e.g.
|
boolean |
GstPluginFeatureAPI.gst_plugin_feature_check_version(PluginFeature feature,
int min_major,
int min_minor,
int min_micro) |
java.lang.String |
GstPluginFeatureAPI.gst_plugin_feature_get_name(PluginFeature feature) |
int |
GstPluginFeatureAPI.gst_plugin_feature_get_rank(PluginFeature feature) |
PluginFeature |
GstPluginFeatureAPI.gst_plugin_feature_load(PluginFeature feature) |
void |
GstPluginFeatureAPI.gst_plugin_feature_set_name(PluginFeature feature,
java.lang.String name) |
void |
GstPluginFeatureAPI.gst_plugin_feature_set_rank(PluginFeature feature,
int rank) |
boolean |
GstPluginFeatureAPI.gst_plugin_feature_type_name_filter(PluginFeature feature,
GstPluginFeatureAPI.TypeNameData data) |
boolean |
GstRegistryAPI.gst_registry_add_feature(Registry registry,
PluginFeature feature) |
void |
GstRegistryAPI.gst_registry_remove_feature(Registry registry,
PluginFeature feature) |