| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
Registry.findPlugin(String name)
Find a plugin in the registry.
|
Plugin |
PluginFeature.getPlugin()
Get the plugin that provides this feature.
|
static Plugin |
Plugin.loadByName(String pluginName)
Load the named plugin.
|
| Modifier and Type | Method and Description |
|---|---|
List<Plugin> |
Registry.getPluginList()
Get a list of all plugins registered in the registry.
|
List<Plugin> |
Registry.getPluginList(Registry.PluginFilter filter)
Get a subset of the Plugins in the registry, filtered by filter.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2021 gstreamer-java. All rights reserved.