Uses of Class
org.gstreamer.PluginFeature

Packages that use PluginFeature
org.gstreamer   
 

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, org.gstreamer.lowlevel.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(org.gstreamer.lowlevel.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)