Uses of Class
org.gstreamer.Plugin

Packages that use Plugin
org.gstreamer   
 

Uses of Plugin in org.gstreamer
 

Methods in org.gstreamer that return Plugin
 Plugin Registry.findPlugin(java.lang.String name)
          Find a plugin in the registry.
 Plugin Plugin.load()
          Ensures this plugin is loaded.
 Plugin Plugin.load(java.lang.String pluginName)
          Load the named plugin.
 

Methods in org.gstreamer that return types with arguments of type Plugin
 java.util.List<Plugin> Registry.getPluginList()
          Get a list of all plugins registered in the registry.
 java.util.List<Plugin> Registry.getPluginList(Registry.PluginFilter filter, boolean onlyReturnFirstMatch)
          Get a subset of the Plugins in the registry, filtered by filter.
 

Methods in org.gstreamer with parameters of type Plugin
 boolean Registry.PluginFilter.accept(Plugin plugin)
           
 boolean Registry.addPlugin(Plugin plugin)
          Add the plugin to the registry.
 void Registry.removePlugin(Plugin plugin)
          Remove a plugin from the registry.