|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginFeature | |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Uses of PluginFeature in org.gstreamer |
---|
Subclasses of PluginFeature in org.gstreamer | |
---|---|
class |
ElementFactory
ElementFactory is used to create instances of elements. |
Methods in org.gstreamer that return PluginFeature | |
---|---|
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. |
Methods in org.gstreamer that return types with arguments of type PluginFeature | |
---|---|
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. |
Methods in org.gstreamer with parameters of type PluginFeature | |
---|---|
boolean |
Registry.PluginFeatureFilter.accept(PluginFeature feature)
|
Uses of PluginFeature in org.gstreamer.lowlevel |
---|
Methods in org.gstreamer.lowlevel that return PluginFeature | |
---|---|
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)
|
Methods in org.gstreamer.lowlevel with parameters of type PluginFeature | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |